Slides API
This page explains the API from the slide_deck perspective.
If your product also exposes slide-based explainer videos, you will often cross-reference slides_video because both workflows are page-oriented. They are still different: slides_video is a video workflow, while slide_deck is a document workflow.
Create
POST /creations
Common fields:
type=slide_deckpromptlanguageaspect_ratiostyle_idscene_count
Manage
The priority is usually not playback. It is:
- page count
- cover image
- per-page assets
- document exports
So the detail response usually matters for:
artifacts[]scenes[]main_url
Edit
If the current type supports scene-level updates, the same edit endpoint still applies.
In practice, slide workflows more often:
- regenerate from a revised prompt
- or update one page deliberately
Export
The most common exports are:
- PPT
Prefer export assets that are already ready in the detail response. Do not assume every historical item can generate them retroactively.
Practical Guidance
- treat slides as a document workflow, not a video workflow
- voice is not a default requirement
- page, ratio, and quality constraints should all come from
/catalog
