Skip to main content
POST
Add a slide to an existing presentation
Add a slide to an existing presentation. This is an async operation - poll the returned generation_id for completion.

Path Parameters


Request Body


Response

Poll GET /generations/{generation_id} until status is completed. The response will include slide_id.

Example

Creative (Image-Led) Slide


Status Response

When polling, the status response includes slide_id:

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_context
string
required

Content for this slide.

options
CreateSlideOptions · object
export_formats
enum<string>[]

The formats in which the generation will make the slide available

Available options:
link,
pdf,
ppt

Response

Successful Response

generation_id
string
required

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