Skip to main content
All Vinci API requests require a Bearer token.
HTTP Header
Tip Keep your API key secret. Never expose it in client-side code. Use environment variables or a secure vault.

Example: Authenticated request

Best practices

  • Rotate keys periodically and keep separate keys for dev/staging/prod.
  • Set rate limits appropriately for each environment.
  • Monitor usage and last_used to detect stale keys.