Skip to main content

API Keys

Use API keys to authenticate programmatic access to PhantomDocs. View API docs →

Create new API key

Active keys (0)

Using your API key

Include the key in the X-API-Key header on any request:

curl -X POST https://your-server/v1/documents \
  -H "X-API-Key: pk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"payload": "<base64>", "contentType": "application/pdf"}'

Browse the full API reference →