Browse documentation

Download the rendered video. Returns binary video data, not JSON.

Download the rendered video. Returns binary video data, not JSON.

GET
/v1/videos/{id}/content

Authorization

NRouterApiKey
AuthorizationBearer <token>

Your nRouter virtual key (sk-nrouter-…). Sent as Authorization: Bearer sk-nrouter-….

In: header

Path Parameters

id*string

Response Body

video/mp4

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/videos/string/content"
"video/mp4 byte stream"
Was this page helpful?