Skip to main content
A content item belongs to a project and is returned by List, Create, Get, and Update content endpoints. See Processing types for how type affects what you send in requests. For syndication, check is_copy to distinguish originals from reused audio.

Properties

PropertyTypeDescription
idstringUnique UUID for the object.
statusstringProcessing state: draft, queued, processing, processed, skipped, or error.
typestringauto_segment, manual_segment, or audio_upload.
titlestringContent title.
summarystringContent summary.
bodystringContent body.
source_idstringExternal identifier from your CMS or feed.
source_urlstringPublic URL of the source article.
authorstringContent author.
image_urlstringFeature image URL.
metadataobjectArbitrary key-value metadata (for example, {"category": "sport"}).
is_copybooleantrue when audio is reused from another project via syndication.
audioarrayGenerated audio files for the full content item.
audio.idintegerAudio object identifier.
audio.content_typestringMIME type of the audio file.
audio.urlstringURL of the generated audio file.
audio.durationintegerDuration in milliseconds.
videoarrayGenerated video files for the full content item.
segmentsarraySegments in the content item. Use ?segments=full on GET to populate.
segments.idintegerSegment identifier.
segments.markerstringMarker for segment-level playback.
segments.sectionstringtitle, summary, or body.
segments.content_typestringtext, audio, or image.
segments.textstringPlain text when content_type is text.
segments.audio_urlstringAudio URL when content_type is audio.
segments.image_urlstringImage URL when content_type is image.
segments.start_timeintegerStart time in milliseconds.
segments.durationintegerDuration in milliseconds.
publishedbooleanWhether the item appears in players and feeds.
publish_datestringPublish or scheduled publish time (ISO 8601).
ads_enabledbooleanWhether ads play for this item in players.
auto_segment_updates_enabledbooleanRegenerate audio when title, summary, or body changes (auto_segment only).
createdstringCreation time (ISO 8601).
updatedstringLast update time (ISO 8601).