Skip to main content
POST
End Session
Lock the session and start processing — no body required. After this call no more audio is accepted. On 202 Accepted, poll Get Session (or use a webhook) until the results are ready.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Session ID returned by Create Session

Example:

"ses_abc123def456"

Body

application/json
audio_files_sent
integer

Optional number of audio chunks/files the client sent, used for reconciliation logging.

Required range: x >= 0
Example:

3

Response

Session ended, processing started

session_id
string
status
string
Example:

"processing"

message
string
Example:

"Session ended. Processing started."

audio_files_received
integer
Required range: x >= 0
audio_files
string[]