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
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Show child attributes
Successful Response
Response schema for page assets extraction from PDF files.
Was this page helpful?