# CraftMyPDF API **Provider:** CraftMyPDF **Category:** storage **Base URL:** `https://craftmypdf.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 calls/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://craftmypdf.com ## Description Generate PDF documents from templates with a drop-and-drop editor and a simple API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://craftmypdf.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://craftmypdf.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 API calls/month. Basic $9/mo (1,000 calls), Pro $29/mo (5,000 calls). --- *Source: [API Map](https://apimap.dev/apis/craftmypdf/) — CC BY 4.0*