Skip to main content
POST
Export a presentation
Export an existing presentation to PDF, PPT, or get a shareable link. This is an async operation.

Path Parameters


Request Body


Response

Poll GET /generations/{generation_id} until status is completed.

Example

Export to Multiple Formats

Status Response

Download URLs are signed and valid for 24 hours. Download promptly or call this endpoint again to get fresh URLs.

Authorizations

Authorization
string
header
required

Your Alai API key. Get one from your account settings at app.getalai.com

Path Parameters

presentation_id
string
required

Body

application/json
formats
enum<string>[]

Formats to export: 'link' (shareable URL), 'pdf', 'ppt'

Available options:
link,
pdf,
ppt

Response

Successful Response

generation_id
string
required

Unique identifier to poll for generation status via GET /generations/{generation_id}