Skip to main content
POST
Stop Stream Video Understanding
Product: Visual Intelligence — Live Video Understanding Use case: Apply a custom AI prompt continuously to a live RTMP stream (e.g. captioning, activity recognition, custom monitoring), results to your callback every 5s Mode: Server-Pull (you give us an RTMP URL → we pull → results to your callback) Host: https://stream.memories.ai Auth: Authorization: sk-mavi-... (no Bearer prefix)
Stop an active live-stream understanding task started via Start Stream Video Understanding. Once stopped, no further callbacks will be sent, and resources are released.
If the RTMP source stops on its own or was never reachable when /streamConnect was called, the task terminates automatically — you don’t need to call this endpoint in that case.

Request Example

Stop Stream Response

Error Codes

Authorizations

Authorization
string
header
required

Path Parameters

task_id
string
required

The task ID returned when starting the stream

Response

200 - application/json

Stream stopped successfully

status
integer
Example:

14

task_id
string
Example:

"5347085a-1747-4731-bdde-3856d09502c4"