GET
/v1/schemas/openai/video/videos%2Fcharacters?kind=output
Accept:
Response body
3 properties · 3 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| id* | string | Identifier for the character creation cameo. | nullable |
| name* | string | Display name for the character. | nullable |
| created_at* | integer | Unix timestamp (in seconds) when the character was created. | format: unixtime |
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", …}]}