GET

/v1/schemas/openai/video/videos%2Fedits

kind inputactivity videohash edd0a163extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
video*VideoReferenceInputParamReference to the completed video to edit.
prompt*stringText prompt that describes how to edit the source video.length ≥ 1 · length ≤ 32000

Validate a payload

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