End Session
Sessions
End Session
Finalize the session and start asynchronous processing. After this call no further audio uploads are accepted. The server collects and orders all uploaded chunks, commits the session, and queues it for transcription and template extraction. Poll GET /voice/v1/sessions/{session_id} (or use a webhook) to retrieve results once processing completes.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID returned by Create Session
Example:
"ses_abc123def456"
Body
application/json
Optional number of audio chunks/files the client sent, used for reconciliation logging.
Required range:
x >= 0Example:
3

