Probe a Source Stream
Inspect a source stream and list its video, audio, and data tracks before creating a live stream.
POST
Probe Stream
Overview
A preflight check that connects to a source URL and reports the tracks it carries, without creating anything. Use it to:- Verify the source is reachable before scheduling a stream.
- Find the right audio track for
audio_selections[].source. - Check for data tracks such as SCTE-35 ad markers.
SRT sources are supported today; RTMP and HLS ingest are coming soon. Note
the trailing slash in the path:
POST /stream/probe/.Example request
From probe to create
Pick the audio track to process and reference it in your create payload’saudio_selections. Selectors count within a track type, so the first audio
track is a:0 regardless of its overall index:
$first_audio.
Errors
422- Validation error, or the source could not be reached.
Related endpoints
Authorizations
The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Body
application/json
Response
Tracks discovered in the source.
Last modified on July 24, 2026
Probe Stream