🔋API Authentication
Create an account and get your API KEY at https://renderpdf.io/app within a few clicks
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:
Available Error Responses
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
withINVALID_SUBSCRIPTION
: when your account has an invalid subscription.Please contact us if you encounter this case.
Last updated