GET

/v1/schemas/openrouter/video/videos%2Falibaba%2Fhappyhorse-1.0?kind=output

kind outputactivity videohash 855fcff9extracted Jul 18, 2026version currentsource upstream spec ↗

Response body

7 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
id*string
polling_url*string
status*enumpending | in_progress | completed | failed | cancelled | expired
errorstring
generation_idstringThe generation ID associated with this video generation job. Available once the job has been processed.
unsigned_urlsstring[]
usageVideoGenerationUsageUsage and cost information for the video generation. Available once the job has completed.

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"openrouter","endpointId":"videos/alibaba/happyhorse-1.0","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}