Skip to main content
POST
/
api
/
v1
/
transcription
/
session
/
{transcription_session_id}
/
end
Ends a transcription session.
curl --request POST \
  --url https://sdp.suki.ai/api/v1/transcription/session/{transcription_session_id}/end \
  --header 'sdp_suki_token: <sdp_suki_token>'
{}

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.

Headers

sdp_suki_token
string
required

sdp_suki_token

Path Parameters

transcription_session_id
string
required

transcription_session_id

Response

Success Response

The response is of type object.

Last modified on May 22, 2026