GET
/v1/schemas/openai/chat/realtime%2Fclient_secrets?kind=output
Accept:
Response body
3 properties · 3 required · 25 $defs| property | type | description | constraints |
|---|---|---|---|
| value* | string | The generated client secret value. | |
| expires_at* | integer | Expiration timestamp for the client secret, in seconds since epoch. | format: unixtime |
| session* | Realtime session configuration object | … | The session configuration for either a realtime or transcription session. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"openai","endpointId":"realtime/client_secrets","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}