id
String

A unique identifier for the Bite

transcript_id
String

A unique identifier for the transcript the Bite is associated to

start_time
String

Start time for the Bite

end_time
String

End time for the Bite

name
String

A string representing the title of the Bite

thumbnail
String

URL of the Bite’s thumbnail image

preview
String

URL to a short preview video of the Bite

status
String

Current processing status of the Bite. Acceptable values include ‘pending’, ‘processing’, ‘ready’, and ‘error’

summary
String

An AI-generated summary describing the content of the Bite

userId
String

Identifier of the user who created the Bite

summary_status
String

Status of the AI summary generation process

media_type
String

Type of the Bite, either ‘video’ or ‘audio’

privacies
[BitePrivacy]

Array specifying the visibility of the Bite. Possible values are public, team, and participants. For example, ["team", "participants"] indicates visibility to both team members and participants, while ["public"] allows anyone to access the bite through its link

created_at
String

The date when this Bite was created

user
BiteUser

Object representing the user who created the Bite, including relevant user details

sources
[MediaSource]

Array of MediaSource objects for the Bite

captions
[BiteCaption]

Array of Object describing text captions associated with the Bite

created_from
BiteOrigin

Object describing the origin of the Bite with the following properties

Additional Resources