# iLovePDF API **Provider:** iLovePDF **Category:** storage **Base URL:** `https://developer.ilovepdf.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5 files/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.ilovepdf.com/ ## Description Convert, merge, split, extract text and add page numbers for PDFs. Free for 250 documents/month ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.ilovepdf.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.ilovepdf.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 files/month via API. Basic $6/mo (unlimited for personal). Team $18/mo. --- *Source: [API Map](https://apimap.dev/apis/ilovepdf/) — CC BY 4.0*