Documents & Productivity — entry 010 of 30
CraftMyPDF
CraftMyPDF lets developers design reusable document templates in a visual drag-and-drop editor, then populate them with a JSON payload through a REST endpoint to produce finished PDFs or images at scale. It has added AI-assisted template creation that scans an existing PDF to auto-detect fillable fields, and usage is metered through a monthly credit allotment behind a 50-document free plan.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
100 requests per 10 seconds per IP address, plus 100 concurrent synchronous PDF-generation requests per user account -- per the vendor's own OpenAPI spec served from craftmypdf.com/docs/'s 'Rate limiting' section.