Create transcription session
Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event.
It responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.
Returns the created Realtime transcription session object, plus an ephemeral key.
Request body
Response
Session created successfully.
Changes
Changed in 2 of the 31 revisions of this API.39
- ●
added the new
gpt-live-transcribeenum value to theinput_audio_transcription/model/anyOf[subschema #2]/response property for the response status200response-property-enum-value-added
- ●
added the new
gpt-transcribeenum value to theinput_audio_transcription/model/anyOf[subschema #2]/response property for the response status200response-property-enum-value-added
- ○
added the new optional request property
input_audio_transcription/keywordsnew-optional-request-property
- ○
added the new optional request property
input_audio_transcription/languagesnew-optional-request-property
- ○
added the new
gpt-live-transcribeenum value to the request propertyinput_audio_transcription/model/anyOf[subschema #2]/request-property-enum-value-added
- ○
added the new
gpt-transcribeenum value to the request propertyinput_audio_transcription/model/anyOf[subschema #2]/request-property-enum-value-added
- ○
added the optional property
input_audio_transcription/keywordsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
input_audio_transcription/languagesto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
gpt-realtime-whisperenum value to theinput_audio_transcription/model/anyOf[subschema #2]/response property for the response status200response-property-enum-value-added
- ○
added the new optional request property
input_audio_transcription/delaynew-optional-request-property
- ○
added the new
gpt-realtime-whisperenum value to the request propertyinput_audio_transcription/model/anyOf[subschema #2]/request-property-enum-value-added
- ○
added the optional property
input_audio_transcription/delayto the response with the200statusresponse-optional-property-added
- ●