Quickstart
Generate your first PDF in under 5 minutes. This guide will walk you through creating an account, getting your API key, and making your first API call.Prerequisites
- A Fileloom account (sign up free)
- An API key
- A tool to make HTTP requests (cURL, Postman, or any programming language)
Step 1: Get Your API Key
1
Sign Up
Create a free account at app.fileloom.io
2
Navigate to API Keys
Go to Settings → API Keys in your dashboard
3
Create a Key
Click Create API Key, give it a name, and copy the key.
Step 2: Generate a PDF from HTML
The simplest way to generate a PDF is by sending raw HTML:Step 3: Check the Response
A successful response looks like this:url in your browser to view your PDF!
Step 4: Use a Template (Optional)
For reusable documents, create a template in your dashboard and reference it:Step 5: Customize Your PDF
Add options to control page size, margins, and more:What’s Next?
Core Concepts
Learn about workspaces, templates, and credits
Create Templates
Build reusable templates with dynamic data
API Reference
Explore all API options and parameters
Handlebars Helpers
Discover 70+ helpers for formatting data
Troubleshooting
401 Unauthorized
401 Unauthorized
429 No Credits Available
429 No Credits Available
You’ve used all your monthly quota. Purchase credits or upgrade your plan.
400 Validation Error
400 Validation Error
Check the error message for details. Common issues:
- Missing
htmlContentortemplateId - Invalid
templateId htmlContentexceeds size limit
502 PDF Generation Failed
502 PDF Generation Failed
There was an error rendering your HTML. Check for:
- Invalid HTML syntax
- External resources that can’t be loaded
- CSS that causes infinite loops