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.
Extract structured content and layout information from slides. This is an async operation.Documentation Index
Fetch the complete documentation index at: https://docs.getalai.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation |
| Parameter | Type | Default | Description |
|---|---|---|---|
slide_ids | array | (all slides) | Specific slide IDs to extract transcripts for. If omitted, extracts for all slides. |
GET /generations/{generation_id} until status is completed.
Your Alai API key. Get one from your account settings at app.getalai.com
Specific slides to generate transcripts for. If omitted, generates for all slides.
Successful Response
Unique identifier to poll for generation status via GET /generations/{generation_id}