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 the source video to evaluate. http:// URLs are rejected.

context
string

Optional freeform context about the intended clone (product, character, constraints) to sharpen the analysis.

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

Cloneability score from 0 (unusable) to 100 (ideal source).

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 analysis.