GET
/v1/schemas/openai/video/videos%2Fedits
Accept:
Request body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | VideoReferenceInputParam | Reference to the completed video to edit. | |
| prompt* | string | Text prompt that describes how to edit the source video. | length ≥ 1 · length ≤ 32000 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"openai","endpointId":"videos/edits","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}