Export an existing presentation to one or more formats (PDF, PPTX). This is an async operation.
Poll GET /generations/{generation_id} until status is completed, then access download URLs in the formats field.
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation to export |
| Parameter | Type | Default | Description |
|---|---|---|---|
formats | array | ["link"] | Formats to export: link, pdf, ppt |
GET /generations/{generation_id} until status is completed.
Your Alai API key. Get one from your account settings at app.getalai.com
Formats to export: 'link' (shareable URL), 'pdf', 'ppt'
link, pdf, ppt Successful Response
Unique identifier to poll for generation status via GET /generations/{generation_id}