GET

/v1/schemas/openai/video/videos%2Fcharacters?kind=output

kind outputactivity videohash f6f6e158extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
id*stringIdentifier for the character creation cameo.nullable
name*stringDisplay name for the character.nullable
created_at*integerUnix timestamp (in seconds) when the character was created.format: unixtime

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", …}]}