Skip to main content
POST
cURL
Use this endpoint to end an active session and retrieve the final transcription results. This endpoint stops the audio streaming and returns the complete along with metadata. Returns a 200 OK status with success message.

Authorizations

sdp_suki_token
string
header
required

Suki access token for the authenticated provider. Obtain this by calling Login or Register with a valid partner_token. Pass the suki_token value from the JSON response as the sdp_suki_token header on REST requests and non-browser WebSocket upgrades. Browser WebSocket clients pass the token in Sec-WebSocket-Protocol instead. Tokens expire after one hour; call Login again to refresh.

Headers

sdp_provider_id
string

Optional - Stable identifier for the active provider. Omit for standard partners whose partner_token identifies the user. Required for Bearer partners and Single Auth Token authentication where multiple providers share one partner_token. Use the same provider_id you sent on Login or Register.

Example:

"provider-123"

Path Parameters

transcription_session_id
string
required

UUID for the transcription session. Use the transcription_session_id returned from Create Transcription Session, or the UUID you supplied in that request.

Response

Request succeeded.

The response is of type object.

Last modified on April 20, 2026