REST API
cURL
curl --request POST \ --url https://api-joy.joyfill.io/v1/utilities/pdf/to/png/datauri \ --header 'Content-Type: application/json' \ --data ' { "file": "<string>" } '
"{\n\t\"items\": [\n { \"url\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAiYCAIAAAA+NVHkAAAACXBIWXMAAB7CAAAewgFu0HU+AAD...\" } \n ]\n}"
Convert a PDF into page background images.
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
PDF Data URI
200
Show child attributes
Was this page helpful?