Skip to main content
The Platendoc API uses API keys for authentication. Every request must include your key in the Authorization header.

Getting an API key

  1. Sign in at app.platendoc.com
  2. Navigate to API Keys in the sidebar
  3. Click Create API key, give it a name, and select the scopes you need
  4. Copy the key — it is only shown once
Store your API key securely. It grants access to your workspace. If compromised, revoke it immediately from the portal.

Using your API key

Pass your key as a Bearer token in the Authorization header on every request:

Key format

All API keys are prefixed with pdc_live_ followed by a random string.

Scopes

Each key has one or more scopes that control which endpoints it can access: Requests made with a key missing the required scope return 403 Forbidden.

Errors