GET
/v1/schemas/openai/video/videos%2Fcharacters
Accept:
Request body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | string | Video file used to create a character. | format: binary |
| name* | string | Display name for this API character. | length ≥ 1 · length ≤ 80 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"openai","endpointId":"videos/characters","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}