Description
This endpoint reads metadata from PDF files.Endpoint
Headers
- Content-Type:
application/json - Authorization: Bearer
<API_KEY>(required)
Request Body
Responses
Success (200)
Returns the metadata from the PDF files.Notes
- This endpoint uses 1 credit per request.
- Multiple files can be processed in a single request
- Returns standard PDF metadata fields if available
Rate Limiting
Rate limit headers are included in the response.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Indicates whether binary content is supplied via URL or base64-encoded string.
Available options:
url, base64 Array of PDF URLs or base64-encoded PDF contents whose metadata should be read.
Minimum length:
1Optional identifier describing where the API request originated.
Available options:
API, WEB, MAKE_DOT_COM, ZAPIER, N8N, PLAYGROUND, DEFAULT_AUTOMATION, AGENT_PREVIEW, AGENT_LIVE, AUTOPILOT, STUDIO Response
PDF metadata returned.
Metadata extracted for each supplied PDF file.