Generate slide transcripts
Presentations
Extract Transcripts
Extract slide content and layout information using AI. This is an async operation.
Returns a structured description of each slide’s text content and layout. You can process all slides or specify particular slide IDs.
POST
Generate slide transcripts
Extract structured content and layout information from slides. This is an async operation.
Poll
Path Parameters
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation |
Request Body
| Parameter | Type | Default | Description |
|---|---|---|---|
slide_ids | array | (all slides) | Specific slide IDs to extract transcripts for. If omitted, extracts for all slides. |
Response
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
Your Alai API key. Get one from your account settings at app.getalai.com
Path Parameters
Body
application/json
Specific slides to generate transcripts for. If omitted, generates for all slides.
Response
Successful Response
Unique identifier to poll for generation status via GET /generations/{generation_id}