Skip to content
ComPDF
New Release

Open-Source PDF SDK & AI Document Processing

Get the full self-hosted SDK and AI document processing on GitHub. One-click deploy to quickly build your document workflows.

Authentication

Every request must include the API token in the authentication header. Otherwise, the API returns an error.

The authentication header has the following format:

http
x-api-key: your_api_public_key_here

You can authenticate by setting x-api-key to the project's Public Key directly in the request header. (You can find the Public Key in the API Key section of the ComPDF API console.)