nivo encoder — video infrastructure for developers
encoder · video infrastructure for developers.
// pick a command below, or type 'help' and press ↵
nivo@encoder ~ % quickstart
# upload a video — one request, no SDK
$ curl -X POST https://encoder.nivo.video/v1/videos \
-H "Authorization: Bearer $NIVO_KEY" \
-d '{"source":"https://example.com/launch.mp4"}' {
"id": "8f2a91c4",
"status": "processing",
"playbackUrl": "https://stream.nivo.video/v/8f2a91c4"
} # ready in seconds — adaptive ladder & thumbnails included
nivo@encoder ~ %