Developers

A REST API when the dashboard is not enough.

Pro and Business can create vd_live_ API keys in the app, list and manage videos and folders, and TUS-upload files with Bunny credentials returned by Videco.

Keys in the app

Generate API keys on the Developers page. Free cannot create keys. Use Authorization: Bearer vd_live_…

Upload via TUS

POST /api/videos returns Bunny TUS credentials. Upload the file to Bunny, not as multipart to Videco.

Agent-friendly docs

Public endpoints, auth, errors, and examples live on /for-agents. OpenAPI is also available on the app.

What you get

  • API keys on Pro+ (vd_live_ prefix)
  • Videos and folders REST endpoints
  • TUS upload credentials from POST /api/videos
  • Docs built for humans and agents