GET

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

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

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
video*stringVideo file used to create a character.format: binary
name*stringDisplay name for this API character.length ≥ 1 · length ≤ 80

Validate a payload

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