PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
publicKey from the API Key page.
All ComPDF AI APIs use the API key in the request header:
x-api-key: <your-public-key>Quick validation:
curl --location 'https://api-server.compdf.com/server/v2/asset/info' \
--header 'x-api-key: <your-public-key>'code=200 means the key is valid.
| Region | Base URL |
|---|---|
| Global | https://api-server.compdf.com/server |
| China mainland | https://api-server.compdf.cn/server |