POST
/
api
/
clip-projects

Webhook example

If you pass a email address in the create project request. you will receive a email when the project is finished. email

If you pass a webhook url in the the create project request, you will receive a post request when the project is finished. webhook

Authorizations

Authorization
string
headerrequired

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

Body

application/json
videoUrl
string
required

The video url of the project

conclusionActions
object[]
required
curationPref
object

The preference config of creating

Response

200 - application/json
id
string
required

The id of the project

stage
string

The stage of the project,enum COMPLETE|STALLED|QUEUED

error
string

The error message