Authentication

Authenticate Neuroline API requests with an organization API key.

Create an API key under Organization → API keys. The secret is shown once; store it in your server-side secret manager.

Include it in the x-api-key header of every API request:

x-api-key: <your-api-key>

API keys are organization-scoped. A key can only access resources and perform actions for its organization.

Do not embed an API key in a customer-facing browser or mobile application. Entering it into Neuroline's interactive API reference sends it directly from your browser to the Neuroline API; the docs server does not proxy or store it.