Skip to main content

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>"
}