id | string | Unique UUID for the object. |
status | string | Processing state: draft, queued, processing, processed, skipped, or error. |
type | string | auto_segment, manual_segment, or audio_upload. |
title | string | Content title. |
summary | string | Content summary. |
body | string | Content body. |
source_id | string | External identifier from your CMS or feed. |
source_url | string | Public URL of the source article. |
author | string | Content author. |
image_url | string | Feature image URL. |
metadata | object | Arbitrary key-value metadata (for example, {"category": "sport"}). |
is_copy | boolean | true when audio is reused from another project via syndication. |
audio | array | Generated audio files for the full content item. |
audio.id | integer | Audio object identifier. |
audio.content_type | string | MIME type of the audio file. |
audio.url | string | URL of the generated audio file. |
audio.duration | integer | Duration in milliseconds. |
video | array | Generated video files for the full content item. |
segments | array | Segments in the content item. Use ?segments=full on GET to populate. |
segments.id | integer | Segment identifier. |
segments.marker | string | Marker for segment-level playback. |
segments.section | string | title, summary, or body. |
segments.content_type | string | text, audio, or image. |
segments.text | string | Plain text when content_type is text. |
segments.audio_url | string | Audio URL when content_type is audio. |
segments.image_url | string | Image URL when content_type is image. |
segments.start_time | integer | Start time in milliseconds. |
segments.duration | integer | Duration in milliseconds. |
published | boolean | Whether the item appears in players and feeds. |
publish_date | string | Publish or scheduled publish time (ISO 8601). |
ads_enabled | boolean | Whether ads play for this item in players. |
auto_segment_updates_enabled | boolean | Regenerate audio when title, summary, or body changes (auto_segment only). |
created | string | Creation time (ISO 8601). |
updated | string | Last update time (ISO 8601). |