Export a presentation
Presentations
Export Presentation
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.
POST
Export a presentation
Export an existing presentation to PDF, PPT, or get a shareable link. This is an async operation.
Poll
Path Parameters
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation to export |
Request Body
| Parameter | Type | Default | Description |
|---|---|---|---|
formats | array | ["link"] | Formats to export: link, pdf, ppt |
Response
GET /generations/{generation_id} until status is completed.
Example
Export to Multiple Formats
Status Response
Authorizations
Your Alai API key. Get one from your account settings at app.getalai.com
Path Parameters
Body
application/json
Formats to export: 'link' (shareable URL), 'pdf', 'ppt'
Available options:
link, pdf, ppt Response
Successful Response
Unique identifier to poll for generation status via GET /generations/{generation_id}