Skip to main content

Documentation Index

Fetch the complete documentation index at: https://direkt.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

All Direkt API endpoints use the x-api-key header for authentication.
--header 'x-api-key: YOUR_API_KEY'

Example

curl --location 'https://godirekt.xyz/api/quote' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{ ... }'

Getting your API key

  1. Sign in to the Direkt dashboard
  2. Go to Settings → API Keys
  3. Copy your key — it starts with dp_
Never expose your API key in client-side code or public repositories. Always call Direkt from your backend.

Error responses

HTTP CodeReason
401Missing or invalid API key
403Key revoked or lacks permission