cURL
curl --request GET \ --url https://api.example.com/api/core/files/page_assets \ --header 'Authorization: Bearer <token>'
{ "images": [ "<string>" ] }
Get images and other assets from specified pages of a PDF document
Bearer token authentication. Format: 'Bearer '
Request schema for page assets operations
Show child attributes
Successful Response
Response schema for page assets extraction from PDF files.
Was this page helpful?