- Create — POST article HTML, manual segments, or an audio upload. See Processing types.
- Wait for completion — Use webhooks to be notified when
statusisprocessed(or handleerror/skipped). See the Webhooks guide. - Retrieve — Call Get content with
?segments=fullwhen you need segment data for the player.
Create and generate content
Submit content and start audio or video generation.
Processing types
Choose
auto_segment, manual_segment, or audio_upload.Content object
Properties returned on every content item.
Regenerate content
Re-run generation after updating an existing item.
Endpoints
The other API reference sections — Extraction, Pronunciation settings, Script settings, Video settings, and Background music settings — configure project defaults. They do not generate content on their own. Use the Items endpoints below the developer guide for that.
Identifiers
Processing status
Related guides
- Content items — dashboard concepts and metadata
- Webhooks — get notified when processing completes
- Replace audio — swap AI-generated audio for an uploaded file via the API
- Upload audio — dashboard workflow for
audio_upload