All API endpoints exceptDocumentation Index
Fetch the complete documentation index at: https://docs.harmstack.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v0/health require authentication. Harmstack uses API key authentication via the standard HTTP Authorization header.
Get your API key
Contact Vetted Medical or your account team to obtain an API key. Store it securely — you will not be able to retrieve the key value after it is issued.Authenticate a request
Include your API key as a bearer token in theAuthorization header of every request:
Examples
Error responses
If authentication fails, the API returns401 Unauthorized:
- The
Authorizationheader is missing entirely - The header value does not start with
Bearer - The API key is invalid or has been revoked
Using the CLI
Theharmstack CLI reads your API key from the HARMSTACK_API_KEY environment variable. You can also pass it explicitly with the --harmstack-api-key flag on any command.