Skip to main content
Vinci uses API keys for authentication. Include your key in every request.
HTTP Header
Keep your API keys secure and never expose them in client-side code. Use environment variables or a secret manager.

Get your first API key

The easiest way to get started is by creating your first API key through the Vinci Dashboard.
  1. Sign in to your Vinci account
  2. Navigate to the API Keys page
  3. Click “Create New API Key”
  4. Give your key a descriptive name (e.g., “Development”, “Production”)
  5. Copy and securely store your API key
Your API key will only be shown once. Make sure to copy it immediately and store it securely.

Create API key

Endpoint
Authentication
Response
Tip Store the full API key securely as it will not be shown again.

List API keys

Endpoint
Authentication
Response

Revoke API key

Endpoint
Authentication
Response

Rate limits

Default: 10 requests/min. Max: 100 requests/min.
Rate limit headers

Best practices

  • Rotate keys regularly.
  • Use different keys per environment.
  • Monitor last_used to identify stale keys.