Skip to main content
POST
Evaluate whether a source video can be cloned reliably

Authorizations

Authorization
string
header
required

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

Body

application/json
videoUrl
string<uri>
required

Public HTTPS URL of a directly fetchable MP4. Social post and webpage URLs must be staged first.

Response

The request has succeeded.

verdict
enum<string>
required

Overall cloneability verdict: "strong" clones reliably, "possible" may need retries or manual QA, "weak" is unlikely to clone well.

Available options:
strong,
possible,
weak
score
integer<int32>
required

Server-calculated cloneability score from 0 (unusable) to 100 (ideal source), derived from a fixed rubric.

Required range: 0 <= x <= 100
evidence
string[]
required

Concrete observations from the video that support the verdict.

model
string
required

Provider model id that produced the structured observations used by the server rubric.