Requirements
- Serve the video over public HTTP or HTTPS.
- Use an MP4 file encoded with H.264/AVC.
- Keep the clip under 15 seconds and 50 MB.
- Include the prompt used to generate the video.
Evaluation flow
- Call
POST /v1/evaluations. - Store the returned evaluation ID.
- Poll
GET /v1/evaluations/{id}with backoff. - Stop when the status reaches
completed,partial, orfailed.
createAndWait in TypeScript or create_and_wait in Python to run these steps through the SDK.
See the Quickstart for TypeScript, Python, and cURL examples.