REST API
cURL
curl --request POST \ --url https://api-joy.joyfill.io/v1/documents/{identifier}/exports/pdf \ --header 'Content-Type: application/json' \ --data ' { "fields": "<array>", "timezone": "UTC" } '
"{\n \"download_url\": \"String\",\n \"preview_url\": \"String\"\n}"
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
A document's unique identifier. Specifies that you want to use a saved Joyfill document to generate the PDF export.
Specifies a list of JoyDoc Fields that you would like to merge/overwrite inside the targeted document identifier.
200
"String"
Was this page helpful?