Examples
Download JSON and submit with curl -d @file.json. Replace tokens, URLs, and storage credentials before running.
| Example | File | Guide |
|---|---|---|
| RTMP relay | 01-single-stream-relay.json | — |
| Grid recording | 02-room-grid-recording.json | Record grid |
| Speaker layout | 03-speaker-layout.json | — |
| Custom layout show | 04-custom-layout-show.json | — |
| Custom multi-region layout | 05-custom-director-layout.json | — |
| Multi-bitrate RTMP | 06-multi-bitrate-transcode.json | — |
| Multi-sink output | 08-multi-output-composite.json | — |
| Mix LiveKit → RTMP | 10-livekit-mix.json | Mix guide |
| Mix Jitsi → RTMP | 11-jitsi-mix.json | — |
| Daily recording | 12-daily-recording.json | — |
curl -X POST "https://api.avflow.dev/v1/jobs" \ -H "Authorization: Bearer ${AVFLOW_API_KEY}" \ -H "Content-Type: application/json" \ -d @public/examples/10-livekit-mix.json