Ends an active transcription session and returns the final transcription results.
POST
/
api
/
v1
/
transcription
/
session
/
{transcription_session_id}
/
end
Ends a transcription session.
curl --request POST \
--url https://sdp.suki-stage.com/api/v1/transcription/session/{transcription_session_id}/end \
--header 'sdp_suki_token: <sdp_suki_token>'
{
"code": 400,
"message": "invalid request"
}
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.