Please note that Slidely AI API is still in beta, and subject to change. We will use new versions for breaking changes to the extent possible.
Last Updated : September 16, 2025 3:00 PM GMT
To get an API Key and purchase credits, please write to @Apoorve Singhal at [email protected]
<https://api.slidely.ai>
x-api-key: <API-KEY>
Creating a presentation is asynchronous:
task_idcompleted (or failed).
processing, completed, failed.presentation_id is provided.presentation_id to obtain a time-limited download URL and related metadata such as slide_countand elapsed_time .All error responses share a common envelope:
{
"error": {
"type": "invalid_request_error",
"code": "400",
"message": "attachments must be a PDF or PPTX"
},
"request_id": "req_01J9K3G4"
}
Common error.type and error.code values:
invalid_request_error - HTTP 400 - The request was malformed or contains invalid parametersauthentication_error - HTTP 401 - Missing or invalid API keyauthorization_error - HTTP 403 - Valid API key but insufficient permissions