Skip to main content
POST
Create clip
Create a named clip with no takes. name is required (max 120 characters). The response includes id for later URLs. favorite_id is null until the first take is created. Next: create a take to generate audio. End-to-end flow is in Workflow.

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Clip name (max 120 characters).

Response

Clip created

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[]