POST /api/v1/write-pdf-metadata
application/json
<API_KEY>
{ "inputMethod": "string", // Required. Either "url" or "base64" "files": ["string"], // Required. Array of URLs or base64-encoded PDF contents "metadata": { "Title": "string", "Author": "string", "Subject": "string", "Keywords": "string", "Creator": "string", "Producer": "string" } }
{ "url": "string" // URL to the modified PDF file or ZIP file }