Skip to main content
GET
Get clip
Fetch a clip and its takes in created order. Take rows on this response are summaries (status, audio_url, video_url). Phonemes, video instructions, and estimated_seconds are on Get take.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clip_id
string<uuid>
required

Clip ID.

Response

Clip fetched

id
string<uuid>
required
name
string
required
favorite_id
string<uuid> | null
required

Favorite take on this clip, or null.

take_count
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
takes
object[]