POST /api/v1/read-pdf-metadata
application/json
<API_KEY>
{ "inputMethod": "string", // Required. Either "url" or "base64" "files": ["string"], // Required. Array of URLs or base64-encoded PDF contents "requestSource": "string" // Optional. Source of the request }
{ "metadata": { "Title": "string", "Author": "string", "Subject": "string", "Keywords": "string", "Creator": "string", "Producer": "string", "CreationDate": "string", "ModDate": "string" } }