Get up and running in under 5 minutes.
Sign up
API key
Start generating your PDF/screenshots
curl --request POST 'https://api.doczilla.app/v1/pdf' \ --header 'Authorization: Bearer <your token>' \ --header 'Content-Type: application/json' \ --output doczilla.pdf --data '{ "page": { "html": "PGRpdj5Zb3VyIGZpcnN0IERvY3ppbGxhIFBERjwvZGl2Pg==" }, "pdf": { "printBackground": true } }'
Was this page helpful?