POST /api/v1/merge-pdfs
application/json
<API_KEY>
{ "inputMethod": "string", // Required. Either "url" or "base64" "files": ["string"], // Required. Array of URLs or base64-encoded PDF contents "metadata": { // Optional. Metadata for the merged PDF "Title": "string", "Author": "string", "Subject": "string", "Keywords": "string" }, "pdfa": "string", // Optional. PDF/A compliance level: "PDF/A-1b", "PDF/A-2b", or "PDF/A-3b" "pdfua": "boolean", // Optional. Enable PDF/UA compliance "requestSource": "string" // Optional. Source of the request }
{ "url": "string" // URL to the merged PDF file }