Skip to main content
GET
Poll a clone video task

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

The request has succeeded.

id
string
required

Clone task id.

status
enum<string>
required

Current task status.

Available options:
processing,
completed,
failed
videoUrl
string<uri>

HTTPS URL of the finished clone. Present only when status is "completed".

error
string

Failure explanation. Present only when status is "failed".