Evaluate whether a source video can be cloned reliably
Runs a synchronous, deterministic cloneability analysis of a staged source video and returns a verdict (strong, possible, or weak), a 0-100 score, and the evidence behind them, so the agent can branch on the result, for example stopping on a weak verdict. The videoUrl must be public HTTPS and staged first: provider CDNs cannot fetch TikTok or Instagram links directly, so download the source with /v1/videos/download/tiktok or /v1/videos/download/instagram before checking it. The source video must be at most ~2 minutes long. Shares the daily clone admission limit.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
The request has succeeded.
Overall cloneability verdict: "strong" clones reliably, "possible" may need retries or manual QA, "weak" is unlikely to clone well.
strong, possible, weak Cloneability score from 0 (unusable) to 100 (ideal source).
0 <= x <= 100Concrete observations from the video that support the verdict.
Provider model id that produced the analysis.