Loading...
Loading...
Loading...
How to authenticate with the Neura Market API.
The Neura Market API supports two authentication methods:
Bearer Token (recommended):
Include your API key in the Authorization header:
Authorization: Bearer your-api-key-hereAPI Key Parameter:
Pass your key as a query parameter (less secure, not recommended for production):
GET /api/workflows?api_key=your-api-key-hereYou can generate multiple keys for different applications and revoke them individually.