Overview

Integrate with Neuroline's public API.

The Neuroline API gives organizations server-to-server access to Neuroline. Requests and responses use JSON over HTTPS.

Get started

  1. Create an organization API key.
  2. Store the key in your server-side secret manager.
  3. Send the key in the x-api-key header.
  4. Follow the endpoint reference for its request and response contract.

API keys and the resources they access are scoped to one organization.

Authenticate requests

Explore the outbound call endpoint

On this page