Connect PDFCrowd API
What is PDFCrowd?
How to Get Your API Key
Follow these steps to obtain and securely store your PDFCrowd credentials:
- Visit pdfcrowd.com and create an account if you don’t already have one.
- After logging in, go to the left sidebar and click “API v2 License.”
- Locate your API Key on that page.
- Copy your API Key and store it somewhere safe.
Use Vault for secure storage
Example Usage in Agent Configuration
pdfcrowd:
Connector: HttpRequest
Settings:
url: https://api.pdfcrowd.com/convert/5.0/html-to-pdf
method: POST
headers:
Authorization: Basic YOUR_BASE64_ENCODED_KEY
body:
html: <p>Hello, PDFCrowd!</p>
Note on Authentication
Agents That Commonly Use This
- Document generators
- HTML to PDF reporting tools
- Invoice or export utilities
- Resume or webpage capture agents
→ See Studio Visual Builder to set this up visually
Need Help?
If you're having trouble setting up PDFCrowd or integrating it with your agent:
→ Contact Support for help with setup, encoding, or debugging.