Stop Audio Stream Transcription
Server-Pull Mode (callback)
Stop Audio Stream Transcription
Stop an active audio stream transcription task.
POST
Stop Audio Stream Transcription
Product: Visual Intelligence — Live Audio Transcription
Use case: Real-time speech-to-text on a live audio stream. For one-off file transcription, see Audio File Transcription.
Mode: Server-Pull (you give us an RTMP/RTSP stream URL → we pull → results to your callback). For client-controlled streaming, see the WebSocket variant.
Host:
https://mavi-backend.memories.ai/serve/api/v2
Auth: Authorization: sk-mavi-... (no Bearer prefix)Code Example
Response
Returns the confirmation of the stopped stream.Request Parameters
Response Parameters
Callback Response Parameters
A final callback is sent to your webhook URL after the stream is stopped.Important Notes
- Immediate stop: The stream stops immediately after this call
- Final callback: A callback with status 14 is sent after stopping
- Resource cleanup: All resources are automatically released
- No further charges: No charges occur after the stream is stopped
- Safe to call: Safe to call even if the stream has already ended
Error Responses
Authorizations
Body
application/json
The task ID returned when starting the stream
Example:
"660e8400-e29b-41d4-a716-446655440001"
