v1
latestOpenAPI 3.0.12026-07-2210997354.2 KBContent
Update content item
Updates a content item in your project.
Segment replace semantics: When you include a segments array, it becomes the new complete set of segments. Segments with an id are kept or updated; segments without an id are added; segments omitted from the array are deleted.
Regeneration: Only changed segments are re-synthesized — unchanged segment audio is reused. A PUT that changes segments triggers regeneration automatically. Use POST /content/{id}/regenerate only when you need to regenerate without segment changes (for example, after updating voice or preprocessing settings).
put/projects/{project_id}/content/{id}
Query parameters
segmentsstring
The level of detail to show for segments in the response: 'none', 'partial' or 'full'
Request body
Response
successful