Skip to main content

API key authentication

Every request to the EURI API must include your API key in the Authorization header:

Getting your API key

  1. Sign in at euron.one/euri.
  2. Go to Billing & API Keys.
  3. Click Create API Key.
  4. Copy and store the key securely — it won’t be shown again.

Example request

Using with OpenAI SDKs

Set the api_key and base_url parameters:

Security best practices

  • Never expose your API key in client-side code (browser, mobile app).
  • Store keys in environment variables or a secrets manager.
  • Rotate keys periodically from the dashboard.
  • Use separate keys for development and production.

Error responses

If your key is missing or invalid, you’ll receive: