Making your first API call
Start your API journey with PDFMonkey! Learn how to make an API call and generate PDFs instantly. Sign up to PDFMonkey today to get started!
Sending your API Secret Key
The first step is to get your API Secret Key. To do so, head to the My Account page. You can access it using the top-left menu in the dashboard.
Your API Secret Key should be passed as an HTTP header named Authorization
and be prefixed with Bearer
.
Making a test API call
To test that you can successfully connect to the API, try making the following request:
Using the curl command the request would look like this:
You should obtain a response similar to this one:
Next step
Once you made your first API call, you're ready to take it to the next level and try generating your first Document!
Last updated
Was this helpful?