x-api-key header for authentication.
Example
Getting your API key
- Sign in to the Direkt dashboard
- Go to Settings → API Keys
- Copy your key — it starts with
dp_
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate with the Direkt API.
x-api-key header for authentication.
--header 'x-api-key: YOUR_API_KEY'
curl --location 'https://godirekt.xyz/api/quote' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{ ... }'
dp_| HTTP Code | Reason |
|---|---|
401 | Missing or invalid API key |
403 | Key revoked or lacks permission |