Ends an active transcription session and returns the final transcription results.
POST
/
api
/
v1
/
transcription
/
session
/
{transcription_session_id}
/
end
Ends a transcription session.
Copy
Ask AI
curl --request POST \ --url https://sdp.suki-stage.com/api/v1/transcription/session/{transcription_session_id}/end \ --header 'sdp_suki_token: <sdp_suki_token>'
Copy
Ask AI
{ "code": 400, "message": "invalid request"}
Use this endpoint to end an active dictation session and retrieve the final transcription results. This endpoint stops the audio streaming and returns the complete transcript along with session metadata.Returns a 200 OK status with success message.