Skip to content
SialFlow

API reference

Build on SialFlow

Video API

Base path /v1/vod. All requests require Authorization and X-SialFlow-Project-ID.

Encode jobs are the reliable surface today. Live ingest, live-to-VOD, and clips expand on the same family — confirm tenant capability before wiring them as must-have.

MethodPathDescription
POST/jobsVOD / batch encode job
GET/jobs/{id}Job + telemetry
POST/jobs/{id}/cancelCancel
POST/live/sessionsLive ingest (expanding)
POST/live/{id}/vodLive-to-VOD (expanding)
POST/clipsClip generation (expanding)

Example

curl -X POST https://api.sialflow.com/v1/vod/jobs \
  -H "Authorization: Bearer $SIALFLOW_API_KEY" \
  -H "X-SialFlow-Project-ID: $SIALFLOW_PROJECT_ID" \
  -d '{"source_object_id":"obj_...","profile":"vod_abr_hls_mp4","encoding":{"mode":"content_aware"}}'