API Authentication
Last updated
Last updated
The authentication is super simple, after creating an API Key, every time you make a request to RenderPDF.io, add your API Key to Authorization: Bearer {token}
header.
CURL example:
401
MISSING_API_KEY
when you don't specify the API Key in the Authorization Header.
INVALID_API_KEY
when using an invalid API Key
400
with INVALID_SUBSCRIPTION
: when your account has an invalid subscription.
Please contact us if you encounter this case.