GET

/v1/schemas/openai/chat/realtime%2Ftranslations%2Fclient_secrets

kind inputactivity chathash b27698deextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 2 $defs
propertytypedescriptionconstraints
session*RealtimeTranslationSessionCreateRequestRealtime translation session configuration. Translation sessions stream source audio in and translated audio plus transcript deltas out continuously.
expires_afterobjectConfiguration for the client secret expiration. Expiration refers to the time after which a client secret will no longer be valid for creating sessions. The session itself may continue after that time once started. A secret can be used to create multiple sessi…

Validate a payload

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