Complete guide to integrating Peedief API into your applications
Log into Dashboard
Navigate to API Keys
Generate Key
Name Your Key
Copy & Store
POST https://peedief.com/api/pdf
Headers:
Create New Zap
Add Webhook Action
Configure Action Event
Set URL
https://peedief.com/api/pdf
Configure Payload
<html><body><h1>Hello, PDF!</h1></body></html>
Add Headers
x-api-key
: YOUR_API_KEY
Add HTTP Module
Configure URL
https://peedief.com/api/pdf
Set Method
Add Header
x-api-key
YOUR_API_KEY
Configure Body
{ "html": "<html><body><h1>Hello, PDF!</h1></body></html>" }
Save