Developer API

Powerful PDF Engine
For Your Workspace

Integrate world-class PDF processing directly into your applications with our simple, lightning-fast REST API.

bash
curl -X POST "https://api.LovePDFPro.com/v1/merge" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "files=@document1.pdf" \
  -F "files=@document2.pdf" \
  -F "output_name=final.pdf"

Global Edge Network

Processing nodes strategicly located worldwide for sub-100ms latency.

Enterprise Security

SOC2 compliant, TLS 1.3 encryption, and GDPR ready out of the box.

Easy Integration

Webhooks, SDKs for Node.js, Python, and Go, plus detailed OpenAPI docs.

Quick Start Reference

POST
/v1/merge

Merge multiple PDF documents into a single file.

POST
/v1/convert

Convert PDFs to Word, Excel, JPG, and more.

GET
/v1/status

Check the status of a long-running process.

Authentication

All requests to the LovePDF Pro API require an API Key. You can obtain your key from the Developer Settings in your dashboard. Keep it secret and never expose it in client-side code.

Example Response

200 OK
json
{
  "id": "job_123abc456",
  "status": "completed",
  "download_url": "https://cdn.LovePDFPro.com/out/job_123.pdf",
  "page_count": 24,
  "size_bytes": 1048576
}

Need a custom implementation or high-volume enterprise plan?Talk to our solutions team.