Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nivo.video/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

All public API endpoints are authenticated using API keys that must be provided by using the Authorization header. Available operations include creating upload requests and searching videos within a collection. You can get your API key from the Nivo dashboard inside account settings.
"headers": {
  "Authorization": "<your-api-key>"
}