Skip to main content

Generate PDF

Generate a PDF

Authentication

Please generate a API Key in the application to use the API. These API Key are used to authenticate the requests to the API and should be appended to the request header as Authorization: Bearer <API Key>.

Installing SDK

npm install @sudopdf/sdk
We have a SDK for Typescript/javascript for now and its the most recommended way to use the API. It is a library that wraps the API and provides a simple interface to use the API. Its also type-safe and can save your time on tinkering.