Overview
In this guide I’m going to show you how to utilize the Joyfill Managed PDF Export API to generate downloadable PDFs.Guide
Setup Requirements
- Complete Setup
Implementation
Step 1: Retrieve identifier
You can retrieve the document or template identifier that you want to export via the Joyfill Manager (see screenshot below) or by using the Joyfill API.
Joyfill Manager Example
Step 2: Generate PDF
Once you have your identifier you can generate a PDF by using the Export PDF API route.Examples
Postman
To send our HTTP request we are going to be using postman. Feel free to use whatever tool you want to make an http request to our Export API. a. Add URL
- Type: API KEY
- Key: Authorization
- Value: Bearer <User_Access_Token>
- Add to: Header

