Skip to main content
Gladia home page
Support
Community
Blog
Signup
Signup
Search...
Navigation
Stop recording
Search...
⌘K
Documentation
API Reference
API Documentation
Introduction
Authentication
Live endpoints
POST
Initiate a session
WSS
Live WebSocket
GET
Get result
GET
List transcriptions
GET
Download audio file
DEL
Delete transcription
Webhooks
Callbacks
Pre-recorded endpoints
POST
Upload a file
POST
Initiate a transcription
GET
Get result
GET
List transcriptions
GET
Download audio file
DEL
Delete transcription
Webhooks
Callbacks
Transcription (deprecated)
POST
Initiate a transcription
GET
Get result
GET
List transcriptions
GET
Download audio file
DEL
Delete transcription
Stop recording
Payload definition to close the WebSocket connection.
Here is the payload definition to inform that the recording is over. After reception, no more audio chunk will be accepted and post-processing will start.
Copy
Ask AI
{
type
:
"stop_recording"
;
}
Raise issue
⌘I
Assistant
Responses are generated using AI and may contain mistakes.