GET
/v1/schemas/openai/chat/realtime%2Ftranslations%2Fclient_secrets?kind=output
Accept:
Response body
3 properties · 3 required · 2 $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* | RealtimeTranslationSession | A Realtime translation session. Translation sessions continuously translate input audio into the configured output language. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"openai","endpointId":"realtime/translations/client_secrets","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}