Skip to main content

API Keys

The API Keys page manages the keys used for programmatic access.

API keys with usage stats
API keys with usage stats
  • Create API Key — name it after where it will live (Production Server, CI). The full key (zvid_…) is shown once — copy it immediately; only a prefix is displayed afterwards.
  • Usage stats — per-key request counts and recent activity, so you can spot a misbehaving integration at a glance.
  • Revoke — kill a key instantly. Lost keys can't be recovered — revoke and create a new one.

Key management is also available via the API Keys endpoints; the number of active keys is plan-limited.

Keep keys server-side

Never ship an API key in browser code, mobile apps, or public repos. Store keys in environment variables or a secrets manager, and use separate keys for production and development.