Skip to main content
POST
Stop Stream By Uuid

Description

This endpoint stops a running stream by its stream_id. Use this to end a live stream when it is no longer needed. See the Quickstart guide for usage context.

Authentication

This endpoint requires an API Key.
Include your API key in the x-api-key header:

Request

  • Method: POST
  • Endpoint: /v1/streams/{stream_id}/stop
  • Path Parameter:
    • stream_id (string, required): Stream ID

Response

  • Status: 200 OK
  • Content-Type: application/json

Example Usage (cURL)

Authorizations

X-API-Key
string
header
required

Path Parameters

stream_id
string
required

Stream ID

Response

Successful Response

The response is of type string.