Skip to main content
POST
Generate slide transcripts
Extract structured content and layout information from slides. This is an async operation.

Path Parameters


Request Body


Response

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

Example

All Slides

Specific Slides


Status Response

Transcript generation uses credits. The cost is based on the number of slides processed.

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
slide_ids
string[] | null

Specific slides to generate transcripts for. If omitted, generates for all slides.

Response

Successful Response

generation_id
string
required

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