Every API request needs two headers: your API key and your project ID. No OAuth, no tokens to refresh.Documentation Index
Fetch the complete documentation index at: https://docs.zerogpu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Required headers
| Header | Value |
|---|---|
x-api-key | Your API key from the dashboard |
x-project-id | Your project UUID from the dashboard |
content-type | application/json |
Example
Where to find credentials
- Log in at zerogpu.ai
- Select your project
- API Key and Project ID are on the dashboard
When it goes wrong
| Status | Cause | Fix |
|---|---|---|
401 | Missing or invalid API key | Check x-api-key — did you copy the full key? |
403 | Invalid project ID or wrong permissions | Verify x-project-id matches the dashboard |

