Skip to content

Download Presentation

GET https://api.slidespeak.co/api/v1/presentation/download/{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


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

Code Examples


Terminal window
curl -L \
-H 'X-API-Key: YOUR_API_KEY' \
'https://api.slidespeak.co/api/v1/presentation/download/cmfquzwpz0000kjn50hllv6q9'

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.