Skip to content

Download a v2 Presentation

GET https://api.slidespeak.co/api/v2/presentation/download/{request_id}
Returns a short‑lived (temporary) URL to download the presentation file. Use the request_id from the task status response. The returned URL expires after a short period and can be regenerated at any time by calling this endpoint again.

Headers


X-API-Key: string
Your API key.

Path Parameters


request_id: string
The request_id returned by the task status endpoint.

Code Examples


Terminal window
curl -X GET "https://api.slidespeak.co/api/v2/presentation/download/cmqf2lohi00017wlp3du979zt" -H "X-API-Key: YOUR_API_KEY"

Response


{ "url": "https://slidespeak-files.s3.amazonaws.com/..." }

Notes


  • The task_id and any direct url you may see in task_result are temporary.
  • The request_id is permanent and can be used to regenerate a fresh download URL.