{ "info": { "_postman_id": "37c533db-7750-40f9-ac25-06268ebc30f8", "name": "Adobe PDF Services API", "description": "The Adobe PDF Services API enables developers to create, convert, manipulate, and extract content from PDF documents programmatically. The API uses an asynchronous job-based model where you submit a job, poll for its status, and retrieve the result. Operations include creating PDFs from various formats, exporting PDFs to other formats, combining and splitting PDFs, compressing, OCR processing, protecting with passwords, extracting structured content, auto-tagging for accessibility, and generating documents from templates. Authentication uses OAuth 2.0 with client credentials (server-to-server).\n\nContact Support:\n Name: Adobe Developer Support\n Email: pdfsvcops@adobe.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:07:09.000Z", "updatedAt": "2026-06-05T13:07:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-37c533db-7750-40f9-ac25-06268ebc30f8" }, "item": [ { "name": "assets", "item": [ { "name": "{assetID}", "item": [ { "name": "Adobe Get Asset Download Uri", "id": "a776d365-506d-45c5-a6a7-6cdb1dfa0007", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "id": "4450e42d-71b4-4e7a-bd7a-af967bff523c", "key": "assetID", "value": "", "description": "(Required) The unique identifier of the asset." } ] }, "description": "Retrieve a pre-signed download URI for a previously created asset or job output. The download URI is valid for a limited time." }, "response": [ { "id": "788e1087-ec2d-4ba9-9719-1aba3b397861", "name": "Asset download URI returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "key": "assetID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assetID\": \"\",\n \"downloadUri\": \"\"\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-788e1087-ec2d-4ba9-9719-1aba3b397861" }, { "id": "11728134-3d3e-40c6-9528-945be601096e", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "key": "assetID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-11728134-3d3e-40c6-9528-945be601096e" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a776d365-506d-45c5-a6a7-6cdb1dfa0007" }, { "name": "Adobe Delete an Asset", "id": "ef20e4aa-310b-4771-91d1-5ab0da9b74dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "id": "d242cebb-3ec7-4514-a1f5-6344dcbf8900", "key": "assetID", "value": "", "description": "(Required) The unique identifier of the asset." } ] }, "description": "Delete a previously uploaded asset from the platform." }, "response": [ { "id": "9fa615c9-2596-4ff1-9d4d-5472e6c1bc51", "name": "Asset deleted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "key": "assetID" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-9fa615c9-2596-4ff1-9d4d-5472e6c1bc51" }, { "id": "cf3326be-c903-40e7-b743-24cc7fe3b890", "name": "The requested resource was not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/assets/:assetID", "host": [ "{{baseUrl}}" ], "path": [ "assets", ":assetID" ], "variable": [ { "key": "assetID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-cf3326be-c903-40e7-b743-24cc7fe3b890" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-ef20e4aa-310b-4771-91d1-5ab0da9b74dc" } ], "id": "a0061111-6d99-4773-9164-84df3e6e3707", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a0061111-6d99-4773-9164-84df3e6e3707" }, { "name": "Adobe Upload an Asset", "id": "90e0b1b0-07bb-441a-979e-68089da6b1be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"mediaType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assets", "host": [ "{{baseUrl}}" ], "path": [ "assets" ] }, "description": "Upload a document to the PDF Services platform for processing. Returns a pre-signed upload URI and an asset ID. You must first call this endpoint to get the upload URI, then PUT the file content to that URI, and finally use the asset ID in subsequent operation requests." }, "response": [ { "id": "c9f29eba-fd6f-4e9f-ad70-686969c9ddd3", "name": "Asset upload URI and metadata returned successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mediaType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assets", "host": [ "{{baseUrl}}" ], "path": [ "assets" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"assetID\": \"\",\n \"uploadUri\": \"\"\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-c9f29eba-fd6f-4e9f-ad70-686969c9ddd3" }, { "id": "903d407b-bb77-435f-bcf0-8370122cfee1", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mediaType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assets", "host": [ "{{baseUrl}}" ], "path": [ "assets" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-903d407b-bb77-435f-bcf0-8370122cfee1" }, { "id": "a8851f51-2bd2-4632-aa1c-6baa24ef9664", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mediaType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assets", "host": [ "{{baseUrl}}" ], "path": [ "assets" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a8851f51-2bd2-4632-aa1c-6baa24ef9664" }, { "id": "593d69a3-c238-4858-a41e-5ea080d6988e", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"mediaType\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assets", "host": [ "{{baseUrl}}" ], "path": [ "assets" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-593d69a3-c238-4858-a41e-5ea080d6988e" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-90e0b1b0-07bb-441a-979e-68089da6b1be" } ], "id": "6ec9ccd6-19c6-4645-bd9e-b19dd4ec8e95", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6ec9ccd6-19c6-4645-bd9e-b19dd4ec8e95" }, { "name": "operation", "item": [ { "name": "createpdf", "item": [ { "name": "Adobe Create a Pdf", "id": "fc343d0b-fd7f-4445-861b-444eb2258a27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"documentLanguage\": \"en-US\",\n \"createPDFFromDOCXOptions\": {},\n \"createPDFFromPPTXOptions\": {},\n \"createPDFFromXLSXOptions\": {},\n \"createPDFFromHTMLOptions\": {\n \"includeHeaderFooter\": true,\n \"pageLayout\": {\n \"pageWidth\": 8.5,\n \"pageHeight\": 11\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/createpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "createpdf" ] }, "description": "Create a PDF document from a supported source file format. Supported input formats include Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), PowerPoint (PPT, PPTX), images (BMP, GIF, JPEG, PNG, TIFF), HTML, and RTF. The operation runs asynchronously; poll the returned location header for job status." }, "response": [ { "id": "c84821aa-47ad-4679-800b-75a181c2b36c", "name": "Job created successfully. Poll the Location header URL for status.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"documentLanguage\": \"en-US\",\n \"createPDFFromDOCXOptions\": {},\n \"createPDFFromPPTXOptions\": {},\n \"createPDFFromXLSXOptions\": {},\n \"createPDFFromHTMLOptions\": {\n \"includeHeaderFooter\": true,\n \"pageLayout\": {\n \"pageWidth\": 8.5,\n \"pageHeight\": 11\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/createpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "createpdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-c84821aa-47ad-4679-800b-75a181c2b36c" }, { "id": "81f2d98c-232e-4fea-a1f5-72a81a790425", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"documentLanguage\": \"en-US\",\n \"createPDFFromDOCXOptions\": {},\n \"createPDFFromPPTXOptions\": {},\n \"createPDFFromXLSXOptions\": {},\n \"createPDFFromHTMLOptions\": {\n \"includeHeaderFooter\": true,\n \"pageLayout\": {\n \"pageWidth\": 8.5,\n \"pageHeight\": 11\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/createpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "createpdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-81f2d98c-232e-4fea-a1f5-72a81a790425" }, { "id": "e5169474-362d-431d-94be-e65ba00d1cd9", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"documentLanguage\": \"en-US\",\n \"createPDFFromDOCXOptions\": {},\n \"createPDFFromPPTXOptions\": {},\n \"createPDFFromXLSXOptions\": {},\n \"createPDFFromHTMLOptions\": {\n \"includeHeaderFooter\": true,\n \"pageLayout\": {\n \"pageWidth\": 8.5,\n \"pageHeight\": 11\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/createpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "createpdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-e5169474-362d-431d-94be-e65ba00d1cd9" }, { "id": "4e202fe2-7bc9-4894-9f26-ffdd496bdb94", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"documentLanguage\": \"en-US\",\n \"createPDFFromDOCXOptions\": {},\n \"createPDFFromPPTXOptions\": {},\n \"createPDFFromXLSXOptions\": {},\n \"createPDFFromHTMLOptions\": {\n \"includeHeaderFooter\": true,\n \"pageLayout\": {\n \"pageWidth\": 8.5,\n \"pageHeight\": 11\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/createpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "createpdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4e202fe2-7bc9-4894-9f26-ffdd496bdb94" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-fc343d0b-fd7f-4445-861b-444eb2258a27" } ], "id": "7642b06e-9bfa-45a9-a500-9fa8da085e09", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-7642b06e-9bfa-45a9-a500-9fa8da085e09" }, { "name": "exportpdf", "item": [ { "name": "Adobe Export a Pdf", "id": "bb7b6b06-64fc-4981-889e-3e0a54a68ff8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"targetFormat\": \"docx\",\n \"ocrLanguage\": \"en-US\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/exportpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "exportpdf" ] }, "description": "Convert a PDF document to a supported output format. Supported output formats include DOCX, DOC, PPTX, XLSX, RTF, and image formats (JPEG, PNG). For image output, each page is converted to a separate image file." }, "response": [ { "id": "90f7777c-846c-4090-89d6-6f6985a8eecb", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"targetFormat\": \"docx\",\n \"ocrLanguage\": \"en-US\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/exportpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "exportpdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-90f7777c-846c-4090-89d6-6f6985a8eecb" }, { "id": "01a040c2-709c-4517-b449-ffb2deff85e2", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"targetFormat\": \"docx\",\n \"ocrLanguage\": \"en-US\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/exportpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "exportpdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-01a040c2-709c-4517-b449-ffb2deff85e2" }, { "id": "0040d1a9-f2a6-46b5-991c-24571050845a", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"targetFormat\": \"docx\",\n \"ocrLanguage\": \"en-US\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/exportpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "exportpdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-0040d1a9-f2a6-46b5-991c-24571050845a" }, { "id": "153eb874-2051-4d4d-a635-2c4695a27809", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"targetFormat\": \"docx\",\n \"ocrLanguage\": \"en-US\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/exportpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "exportpdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-153eb874-2051-4d4d-a635-2c4695a27809" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-bb7b6b06-64fc-4981-889e-3e0a54a68ff8" } ], "id": "8adc2035-1241-4e39-8e2b-b5a31f954c1e", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-8adc2035-1241-4e39-8e2b-b5a31f954c1e" }, { "name": "combinepdf", "item": [ { "name": "Adobe Combine Pdf Files", "id": "6e813496-439e-4387-b738-ee1b339b02c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assets\": [\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/combinepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "combinepdf" ] }, "description": "Combine multiple PDF documents into a single PDF. You can specify page ranges from each source document to include. Supports combining up to 20 files or 100 pages total." }, "response": [ { "id": "6836c275-19bf-4a39-9c4a-9bb62170cfc1", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assets\": [\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/combinepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "combinepdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6836c275-19bf-4a39-9c4a-9bb62170cfc1" }, { "id": "877d2467-aff6-4bc2-a9f9-86facf163a9d", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assets\": [\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/combinepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "combinepdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-877d2467-aff6-4bc2-a9f9-86facf163a9d" }, { "id": "bb239e0e-49ff-4711-b325-613f3f5853c7", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assets\": [\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/combinepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "combinepdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-bb239e0e-49ff-4711-b325-613f3f5853c7" }, { "id": "35dcb7d2-ceb5-44e2-81dd-a47c51239214", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assets\": [\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/combinepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "combinepdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-35dcb7d2-ceb5-44e2-81dd-a47c51239214" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6e813496-439e-4387-b738-ee1b339b02c9" } ], "id": "84c3037b-7bff-46e4-b511-5d8a562bdf9b", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-84c3037b-7bff-46e4-b511-5d8a562bdf9b" }, { "name": "splitpdf", "item": [ { "name": "Adobe Split a Pdf", "id": "1c8fc7b0-6fae-4af7-bf6b-23f6168ec4a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"splitOptions\": {\n \"pageCount\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"fileCount\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/splitpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "splitpdf" ] }, "description": "Split a PDF document into multiple smaller PDF files. You can split by page count, page ranges, or number of output files." }, "response": [ { "id": "a13a7751-3787-43ec-8a09-d4bb290951f5", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"splitOptions\": {\n \"pageCount\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"fileCount\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/splitpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "splitpdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a13a7751-3787-43ec-8a09-d4bb290951f5" }, { "id": "3431fffa-6a0e-4114-b05e-3cfce4843c7a", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"splitOptions\": {\n \"pageCount\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"fileCount\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/splitpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "splitpdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3431fffa-6a0e-4114-b05e-3cfce4843c7a" }, { "id": "6b70d597-b182-4ba7-9ba1-4f6b0f1edc47", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"splitOptions\": {\n \"pageCount\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"fileCount\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/splitpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "splitpdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6b70d597-b182-4ba7-9ba1-4f6b0f1edc47" }, { "id": "79bb6686-f4bf-4f28-b24a-bf10a1f55ca7", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"splitOptions\": {\n \"pageCount\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"fileCount\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/splitpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "splitpdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-79bb6686-f4bf-4f28-b24a-bf10a1f55ca7" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1c8fc7b0-6fae-4af7-bf6b-23f6168ec4a4" } ], "id": "d6c7c24b-12b6-4d57-b572-686df098bf6d", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d6c7c24b-12b6-4d57-b572-686df098bf6d" }, { "name": "ocr", "item": [ { "name": "Adobe Ocr a Pdf", "id": "66062283-9555-4b91-8eda-7ac5eb5cbf5a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"ocrLanguage\": \"en-US\",\n \"ocrType\": \"SEARCHABLE_IMAGE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/ocr", "host": [ "{{baseUrl}}" ], "path": [ "operation", "ocr" ] }, "description": "Apply optical character recognition to a scanned PDF, converting image-based text into searchable and selectable text. Supports multiple OCR languages and output types (searchable image or searchable image exact)." }, "response": [ { "id": "b8c4ea9f-76a9-4d76-b215-21686a328005", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"ocrLanguage\": \"en-US\",\n \"ocrType\": \"SEARCHABLE_IMAGE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/ocr", "host": [ "{{baseUrl}}" ], "path": [ "operation", "ocr" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b8c4ea9f-76a9-4d76-b215-21686a328005" }, { "id": "89a5fa94-c2aa-4c66-abd7-0d9cdb439535", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"ocrLanguage\": \"en-US\",\n \"ocrType\": \"SEARCHABLE_IMAGE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/ocr", "host": [ "{{baseUrl}}" ], "path": [ "operation", "ocr" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-89a5fa94-c2aa-4c66-abd7-0d9cdb439535" }, { "id": "3dbd038e-c0eb-47d8-b5cb-f7f141f2e575", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"ocrLanguage\": \"en-US\",\n \"ocrType\": \"SEARCHABLE_IMAGE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/ocr", "host": [ "{{baseUrl}}" ], "path": [ "operation", "ocr" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3dbd038e-c0eb-47d8-b5cb-f7f141f2e575" }, { "id": "1587bb4e-6b5c-4881-a279-6b65f7903efe", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"ocrLanguage\": \"en-US\",\n \"ocrType\": \"SEARCHABLE_IMAGE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/ocr", "host": [ "{{baseUrl}}" ], "path": [ "operation", "ocr" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1587bb4e-6b5c-4881-a279-6b65f7903efe" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-66062283-9555-4b91-8eda-7ac5eb5cbf5a" } ], "id": "6e651bca-8637-4526-b444-c7bbfd6019ea", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6e651bca-8637-4526-b444-c7bbfd6019ea" }, { "name": "compresspdf", "item": [ { "name": "Adobe Compress a Pdf", "id": "6ff23548-b6a3-4c09-874c-46b50a05ab2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"compressionLevel\": \"MEDIUM\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/compresspdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "compresspdf" ] }, "description": "Reduce the file size of a PDF document. Supports multiple compression levels to balance file size reduction against quality." }, "response": [ { "id": "6a4d1fcb-6175-4abc-bbaa-590961c38c0b", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"compressionLevel\": \"MEDIUM\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/compresspdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "compresspdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6a4d1fcb-6175-4abc-bbaa-590961c38c0b" }, { "id": "e069d11e-0456-42b9-9c5a-4c643be67c22", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"compressionLevel\": \"MEDIUM\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/compresspdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "compresspdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-e069d11e-0456-42b9-9c5a-4c643be67c22" }, { "id": "68bbe065-997b-4185-9071-6136d920aa25", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"compressionLevel\": \"MEDIUM\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/compresspdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "compresspdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-68bbe065-997b-4185-9071-6136d920aa25" }, { "id": "f228c9e1-9e35-4596-899e-019d27b3f09f", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"compressionLevel\": \"MEDIUM\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/compresspdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "compresspdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-f228c9e1-9e35-4596-899e-019d27b3f09f" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6ff23548-b6a3-4c09-874c-46b50a05ab2f" } ], "id": "b00c2339-72fc-4913-87f1-9d2e6a7c1919", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b00c2339-72fc-4913-87f1-9d2e6a7c1919" }, { "name": "protectpdf", "item": [ { "name": "Adobe Protect a Pdf", "id": "4ad680f3-e1a6-4ac8-b3c3-5697959258b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"passwordProtection\": {\n \"userPassword\": \"\",\n \"ownerPassword\": \"\"\n },\n \"encryptionAlgorithm\": \"AES_256\",\n \"permissions\": {\n \"printQuality\": \"NONE\",\n \"editContent\": false,\n \"copyContent\": false,\n \"editAnnotations\": false,\n \"fillForms\": false,\n \"assembleDocument\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/protectpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "protectpdf" ] }, "description": "Add password protection and set permissions on a PDF document. Supports setting user passwords (to open), owner passwords (to edit/print), and encryption algorithms (AES-128 or AES-256)." }, "response": [ { "id": "e008341f-573f-4069-ad77-e37cab7b4221", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"passwordProtection\": {\n \"userPassword\": \"\",\n \"ownerPassword\": \"\"\n },\n \"encryptionAlgorithm\": \"AES_256\",\n \"permissions\": {\n \"printQuality\": \"NONE\",\n \"editContent\": false,\n \"copyContent\": false,\n \"editAnnotations\": false,\n \"fillForms\": false,\n \"assembleDocument\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/protectpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "protectpdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-e008341f-573f-4069-ad77-e37cab7b4221" }, { "id": "d44f655b-90c0-4592-a2d0-0cfba32379a6", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"passwordProtection\": {\n \"userPassword\": \"\",\n \"ownerPassword\": \"\"\n },\n \"encryptionAlgorithm\": \"AES_256\",\n \"permissions\": {\n \"printQuality\": \"NONE\",\n \"editContent\": false,\n \"copyContent\": false,\n \"editAnnotations\": false,\n \"fillForms\": false,\n \"assembleDocument\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/protectpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "protectpdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d44f655b-90c0-4592-a2d0-0cfba32379a6" }, { "id": "a580c747-62af-406b-a517-5b7104ac2ea1", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"passwordProtection\": {\n \"userPassword\": \"\",\n \"ownerPassword\": \"\"\n },\n \"encryptionAlgorithm\": \"AES_256\",\n \"permissions\": {\n \"printQuality\": \"NONE\",\n \"editContent\": false,\n \"copyContent\": false,\n \"editAnnotations\": false,\n \"fillForms\": false,\n \"assembleDocument\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/protectpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "protectpdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a580c747-62af-406b-a517-5b7104ac2ea1" }, { "id": "f17f4535-40f3-4919-b228-4dbad24ab322", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"passwordProtection\": {\n \"userPassword\": \"\",\n \"ownerPassword\": \"\"\n },\n \"encryptionAlgorithm\": \"AES_256\",\n \"permissions\": {\n \"printQuality\": \"NONE\",\n \"editContent\": false,\n \"copyContent\": false,\n \"editAnnotations\": false,\n \"fillForms\": false,\n \"assembleDocument\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/protectpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "protectpdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-f17f4535-40f3-4919-b228-4dbad24ab322" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4ad680f3-e1a6-4ac8-b3c3-5697959258b4" } ], "id": "4f4110bd-3a0e-475f-a1a8-53b3dc68cd50", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4f4110bd-3a0e-475f-a1a8-53b3dc68cd50" }, { "name": "removeprotection", "item": [ { "name": "Adobe Remove Protection From a Pdf", "id": "8f2b5ba9-dd67-4e64-874f-a7fe6b088c2d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/removeprotection", "host": [ "{{baseUrl}}" ], "path": [ "operation", "removeprotection" ] }, "description": "Remove password protection from a PDF document. Requires the current password to unlock the document." }, "response": [ { "id": "f76b7f69-7478-46f8-adac-5376cf173798", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/removeprotection", "host": [ "{{baseUrl}}" ], "path": [ "operation", "removeprotection" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-f76b7f69-7478-46f8-adac-5376cf173798" }, { "id": "2868cbda-771f-4c5b-9cef-c87a272478fd", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/removeprotection", "host": [ "{{baseUrl}}" ], "path": [ "operation", "removeprotection" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-2868cbda-771f-4c5b-9cef-c87a272478fd" }, { "id": "adfe8e65-801e-42b2-a6bb-0cf2e122f9b8", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/removeprotection", "host": [ "{{baseUrl}}" ], "path": [ "operation", "removeprotection" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-adfe8e65-801e-42b2-a6bb-0cf2e122f9b8" }, { "id": "ba51e1f3-807b-4765-af0c-dfd1fe3f25eb", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/removeprotection", "host": [ "{{baseUrl}}" ], "path": [ "operation", "removeprotection" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-ba51e1f3-807b-4765-af0c-dfd1fe3f25eb" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-8f2b5ba9-dd67-4e64-874f-a7fe6b088c2d" } ], "id": "b1bad3e7-c646-4175-b873-dade68ce6dac", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b1bad3e7-c646-4175-b873-dade68ce6dac" }, { "name": "linearizepdf", "item": [ { "name": "Adobe Linearize a Pdf", "id": "00677e35-ca8d-4eb6-83f0-412c0abeece2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/linearizepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "linearizepdf" ] }, "description": "Optimize a PDF for fast web viewing. Linearized PDFs allow the first page to be displayed in a web browser before the entire file has been downloaded." }, "response": [ { "id": "4feaf7ae-2dd3-42de-927d-d3da6c1f1425", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/linearizepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "linearizepdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4feaf7ae-2dd3-42de-927d-d3da6c1f1425" }, { "id": "f94f2ce7-a78f-4f29-ac1b-ac32fe87cba1", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/linearizepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "linearizepdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-f94f2ce7-a78f-4f29-ac1b-ac32fe87cba1" }, { "id": "c67a0fb1-9e5c-4ac4-bf78-8b506c764521", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/linearizepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "linearizepdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-c67a0fb1-9e5c-4ac4-bf78-8b506c764521" }, { "id": "4be186c9-e456-454b-920d-29ed04ed309b", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/linearizepdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "linearizepdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4be186c9-e456-454b-920d-29ed04ed309b" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-00677e35-ca8d-4eb6-83f0-412c0abeece2" } ], "id": "39c7b292-6224-41e0-9ac8-9cdfee96330a", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-39c7b292-6224-41e0-9ac8-9cdfee96330a" }, { "name": "extractpdf", "item": [ { "name": "Adobe Extract Content From a Pdf", "id": "1b4b7abb-5b33-4652-8ec5-e5793443eb39", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"elementsToExtract\": [\n \"text\",\n \"tables\"\n ],\n \"elementsToExtractRenditions\": [\n \"figures\",\n \"tables\"\n ],\n \"tableOutputFormat\": \"csv\",\n \"getStylingInfo\": false,\n \"addCharInfo\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/extractpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "extractpdf" ] }, "description": "Extract text, tables, and figures from a PDF document into structured JSON output. Uses Adobe Sensei AI technology to identify and extract document structure elements. Returns a ZIP file containing the structured JSON and optionally extracted tables as CSV and figures as images." }, "response": [ { "id": "1459e4a7-084b-4384-a194-d0f8b396fc0e", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"elementsToExtract\": [\n \"text\",\n \"tables\"\n ],\n \"elementsToExtractRenditions\": [\n \"figures\",\n \"tables\"\n ],\n \"tableOutputFormat\": \"csv\",\n \"getStylingInfo\": false,\n \"addCharInfo\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/extractpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "extractpdf" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1459e4a7-084b-4384-a194-d0f8b396fc0e" }, { "id": "7e135089-bef4-492b-be84-5688c7748926", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"elementsToExtract\": [\n \"text\",\n \"tables\"\n ],\n \"elementsToExtractRenditions\": [\n \"figures\",\n \"tables\"\n ],\n \"tableOutputFormat\": \"csv\",\n \"getStylingInfo\": false,\n \"addCharInfo\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/extractpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "extractpdf" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-7e135089-bef4-492b-be84-5688c7748926" }, { "id": "711ad0b5-a37b-4423-ae1f-abd35daa5193", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"elementsToExtract\": [\n \"text\",\n \"tables\"\n ],\n \"elementsToExtractRenditions\": [\n \"figures\",\n \"tables\"\n ],\n \"tableOutputFormat\": \"csv\",\n \"getStylingInfo\": false,\n \"addCharInfo\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/extractpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "extractpdf" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-711ad0b5-a37b-4423-ae1f-abd35daa5193" }, { "id": "6836dbfd-bc19-4b18-8eed-fcd062c81106", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"elementsToExtract\": [\n \"text\",\n \"tables\"\n ],\n \"elementsToExtractRenditions\": [\n \"figures\",\n \"tables\"\n ],\n \"tableOutputFormat\": \"csv\",\n \"getStylingInfo\": false,\n \"addCharInfo\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/extractpdf", "host": [ "{{baseUrl}}" ], "path": [ "operation", "extractpdf" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6836dbfd-bc19-4b18-8eed-fcd062c81106" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1b4b7abb-5b33-4652-8ec5-e5793443eb39" } ], "id": "27cb9f37-f7c1-4f93-bae0-808a70b5c9da", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-27cb9f37-f7c1-4f93-bae0-808a70b5c9da" }, { "name": "accessibilitychecker", "item": [ { "name": "Adobe Auto-tag a Pdf for Accessibility", "id": "0db1ab68-33e2-4bd4-badf-4c78a7015071", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"generateReport\": false,\n \"shiftHeadings\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/accessibilitychecker", "host": [ "{{baseUrl}}" ], "path": [ "operation", "accessibilitychecker" ] }, "description": "Automatically add accessibility tags to a PDF document using Adobe Sensei AI technology. Generates a tagged PDF that meets WCAG 2.0 and PDF/UA standards. Optionally generates a report detailing the tagging results." }, "response": [ { "id": "c435ac85-0416-4362-8e74-49c147ac62bc", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"generateReport\": false,\n \"shiftHeadings\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/accessibilitychecker", "host": [ "{{baseUrl}}" ], "path": [ "operation", "accessibilitychecker" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-c435ac85-0416-4362-8e74-49c147ac62bc" }, { "id": "863e6a59-254c-46f3-9a8d-c5f620f39633", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"generateReport\": false,\n \"shiftHeadings\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/accessibilitychecker", "host": [ "{{baseUrl}}" ], "path": [ "operation", "accessibilitychecker" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-863e6a59-254c-46f3-9a8d-c5f620f39633" }, { "id": "5c0818d8-5965-4f72-899c-061771c6a300", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"generateReport\": false,\n \"shiftHeadings\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/accessibilitychecker", "host": [ "{{baseUrl}}" ], "path": [ "operation", "accessibilitychecker" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5c0818d8-5965-4f72-899c-061771c6a300" }, { "id": "b7cc2b06-040c-45de-9aea-79fc59d3f853", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"generateReport\": false,\n \"shiftHeadings\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/accessibilitychecker", "host": [ "{{baseUrl}}" ], "path": [ "operation", "accessibilitychecker" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b7cc2b06-040c-45de-9aea-79fc59d3f853" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-0db1ab68-33e2-4bd4-badf-4c78a7015071" } ], "id": "c31328aa-72a0-4bc1-bd31-e85f5f604625", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-c31328aa-72a0-4bc1-bd31-e85f5f604625" }, { "name": "documentgeneration", "item": [ { "name": "Adobe Generate a Document From a Template", "id": "a586cd62-f684-446f-a5a1-69abc6d389ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"jsonDataForMerge\": {\n \"magna4\": \"laboris quis officia\",\n \"nisi_12\": \"culpa do\",\n \"utd4\": \"eu dolor quis aute et\"\n },\n \"outputFormat\": \"pdf\",\n \"fragments\": {\n \"Ut5d0\": \"\",\n \"ut_9b\": \"\",\n \"anim__5\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/documentgeneration", "host": [ "{{baseUrl}}" ], "path": [ "operation", "documentgeneration" ] }, "description": "Generate a PDF or Word document by merging a Word template (DOCX) with JSON data. Supports dynamic text insertion, conditional sections, tables, lists, images, and computed expressions." }, "response": [ { "id": "9cdb0588-146c-4626-8eb4-d5abd1d83d79", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"jsonDataForMerge\": {\n \"magna4\": \"laboris quis officia\",\n \"nisi_12\": \"culpa do\",\n \"utd4\": \"eu dolor quis aute et\"\n },\n \"outputFormat\": \"pdf\",\n \"fragments\": {\n \"Ut5d0\": \"\",\n \"ut_9b\": \"\",\n \"anim__5\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/documentgeneration", "host": [ "{{baseUrl}}" ], "path": [ "operation", "documentgeneration" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-9cdb0588-146c-4626-8eb4-d5abd1d83d79" }, { "id": "1dacdc35-3c21-4872-90a5-4acb717294a8", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"jsonDataForMerge\": {\n \"magna4\": \"laboris quis officia\",\n \"nisi_12\": \"culpa do\",\n \"utd4\": \"eu dolor quis aute et\"\n },\n \"outputFormat\": \"pdf\",\n \"fragments\": {\n \"Ut5d0\": \"\",\n \"ut_9b\": \"\",\n \"anim__5\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/documentgeneration", "host": [ "{{baseUrl}}" ], "path": [ "operation", "documentgeneration" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1dacdc35-3c21-4872-90a5-4acb717294a8" }, { "id": "5751f26c-0bd3-460d-aeb8-e1fd97d8ba42", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"jsonDataForMerge\": {\n \"magna4\": \"laboris quis officia\",\n \"nisi_12\": \"culpa do\",\n \"utd4\": \"eu dolor quis aute et\"\n },\n \"outputFormat\": \"pdf\",\n \"fragments\": {\n \"Ut5d0\": \"\",\n \"ut_9b\": \"\",\n \"anim__5\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/documentgeneration", "host": [ "{{baseUrl}}" ], "path": [ "operation", "documentgeneration" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5751f26c-0bd3-460d-aeb8-e1fd97d8ba42" }, { "id": "3b9a2694-5b34-49c7-bfcb-0d29bd192f40", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"jsonDataForMerge\": {\n \"magna4\": \"laboris quis officia\",\n \"nisi_12\": \"culpa do\",\n \"utd4\": \"eu dolor quis aute et\"\n },\n \"outputFormat\": \"pdf\",\n \"fragments\": {\n \"Ut5d0\": \"\",\n \"ut_9b\": \"\",\n \"anim__5\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/documentgeneration", "host": [ "{{baseUrl}}" ], "path": [ "operation", "documentgeneration" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3b9a2694-5b34-49c7-bfcb-0d29bd192f40" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a586cd62-f684-446f-a5a1-69abc6d389ca" } ], "id": "0dd54f37-70fe-45ab-b090-b59d1d2e149b", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-0dd54f37-70fe-45ab-b090-b59d1d2e149b" }, { "name": "pdfproperties", "item": [ { "name": "Adobe Get Pdf Properties", "id": "1b68edcb-1aa6-441c-aaab-ed8a83f0767c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"includePageLevelProperties\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/pdfproperties", "host": [ "{{baseUrl}}" ], "path": [ "operation", "pdfproperties" ] }, "description": "Retrieve metadata and properties from a PDF document, including page count, page size, whether the document is encrypted, font information, and PDF/A compliance status." }, "response": [ { "id": "3f99d54d-d309-41b2-9e4e-41c73d71d9ec", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"includePageLevelProperties\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/pdfproperties", "host": [ "{{baseUrl}}" ], "path": [ "operation", "pdfproperties" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3f99d54d-d309-41b2-9e4e-41c73d71d9ec" }, { "id": "b04cd6ef-872c-437b-9e8a-c2aa2b75b28d", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"includePageLevelProperties\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/pdfproperties", "host": [ "{{baseUrl}}" ], "path": [ "operation", "pdfproperties" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b04cd6ef-872c-437b-9e8a-c2aa2b75b28d" }, { "id": "a967c927-64a7-4611-ad50-2ca9faf934e1", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"includePageLevelProperties\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/pdfproperties", "host": [ "{{baseUrl}}" ], "path": [ "operation", "pdfproperties" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a967c927-64a7-4611-ad50-2ca9faf934e1" }, { "id": "d27e54c8-2372-4de5-894a-177fc7f89003", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"includePageLevelProperties\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/pdfproperties", "host": [ "{{baseUrl}}" ], "path": [ "operation", "pdfproperties" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d27e54c8-2372-4de5-894a-177fc7f89003" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1b68edcb-1aa6-441c-aaab-ed8a83f0767c" } ], "id": "e120fba1-4847-4715-8e64-037d9eb3c126", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-e120fba1-4847-4715-8e64-037d9eb3c126" }, { "name": "reorderpages", "item": [ { "name": "Adobe Reorder Pages in a Pdf", "id": "1c13464f-7670-45a3-95fe-bf5c43c10dee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pagesOrder\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/reorderpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "reorderpages" ] }, "description": "Rearrange the order of pages within a PDF document by specifying the desired page sequence." }, "response": [ { "id": "edd72433-9cf8-470e-9ac3-36ce45f8543b", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pagesOrder\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/reorderpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "reorderpages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-edd72433-9cf8-470e-9ac3-36ce45f8543b" }, { "id": "5b80a8c6-49f7-49e8-8fdd-e114115b013b", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pagesOrder\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/reorderpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "reorderpages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5b80a8c6-49f7-49e8-8fdd-e114115b013b" }, { "id": "5ac839d6-0099-42ad-80ec-51560509d792", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pagesOrder\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/reorderpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "reorderpages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5ac839d6-0099-42ad-80ec-51560509d792" }, { "id": "52ecb196-31dd-4a85-8f84-45ed43dace2c", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pagesOrder\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/reorderpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "reorderpages" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-52ecb196-31dd-4a85-8f84-45ed43dace2c" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1c13464f-7670-45a3-95fe-bf5c43c10dee" } ], "id": "d25fbb2e-18f2-4b79-a927-9277d1ccc4a3", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d25fbb2e-18f2-4b79-a927-9277d1ccc4a3" }, { "name": "deletepages", "item": [ { "name": "Adobe Delete Pages From a Pdf", "id": "952d60d4-6369-44cd-ad3d-05453f956e11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/deletepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "deletepages" ] }, "description": "Remove specific pages from a PDF document by specifying page ranges to delete." }, "response": [ { "id": "643e938c-a119-438f-b07a-388caad0a928", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/deletepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "deletepages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-643e938c-a119-438f-b07a-388caad0a928" }, { "id": "d64de686-3610-4613-8201-67d36174d655", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/deletepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "deletepages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d64de686-3610-4613-8201-67d36174d655" }, { "id": "66606a8d-87b1-4c64-a746-5e55ce9f180d", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/deletepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "deletepages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-66606a8d-87b1-4c64-a746-5e55ce9f180d" }, { "id": "a1937f77-e674-48a5-81e7-eba55e767a26", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/deletepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "deletepages" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-a1937f77-e674-48a5-81e7-eba55e767a26" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-952d60d4-6369-44cd-ad3d-05453f956e11" } ], "id": "452b0609-9304-4331-9d13-a2ccced16699", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-452b0609-9304-4331-9d13-a2ccced16699" }, { "name": "rotatepages", "item": [ { "name": "Adobe Rotate Pages in a Pdf", "id": "fff31f14-b449-40b5-8669-96e383cf0cce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageActions\": [\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n },\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/rotatepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "rotatepages" ] }, "description": "Rotate specific pages within a PDF document by 90, 180, or 270 degrees." }, "response": [ { "id": "5c100f64-b7d0-4082-acdd-4826ba7f3397", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageActions\": [\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n },\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/rotatepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "rotatepages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5c100f64-b7d0-4082-acdd-4826ba7f3397" }, { "id": "ad2e5a56-e9f7-4226-97eb-b3f602132298", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageActions\": [\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n },\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/rotatepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "rotatepages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-ad2e5a56-e9f7-4226-97eb-b3f602132298" }, { "id": "675f5f20-07cd-4f4c-9457-d8dc1e654363", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageActions\": [\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n },\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/rotatepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "rotatepages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-675f5f20-07cd-4f4c-9457-d8dc1e654363" }, { "id": "4e7bae3c-5e26-464a-970d-145e9379a68f", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"assetID\": \"\",\n \"pageActions\": [\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n },\n {\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ],\n \"rotation\": 270\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/rotatepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "rotatepages" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4e7bae3c-5e26-464a-970d-145e9379a68f" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-fff31f14-b449-40b5-8669-96e383cf0cce" } ], "id": "762c7999-058b-4b3f-a778-1aef7d50882a", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-762c7999-058b-4b3f-a778-1aef7d50882a" }, { "name": "insertpages", "item": [ { "name": "Adobe Insert Pages Into a Pdf", "id": "3e2bf8d7-e04b-4ca3-ba51-f8a35cdd479a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToInsert\": [\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/insertpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "insertpages" ] }, "description": "Insert pages from one or more source PDFs into a base PDF at specified positions." }, "response": [ { "id": "ac4902ab-6e81-4275-aaa7-59daea6b3aa6", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToInsert\": [\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/insertpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "insertpages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-ac4902ab-6e81-4275-aaa7-59daea6b3aa6" }, { "id": "4036be85-8b83-4f79-a04a-57e0a3087a81", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToInsert\": [\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/insertpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "insertpages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-4036be85-8b83-4f79-a04a-57e0a3087a81" }, { "id": "1cbdbabe-fc0f-448a-bbf6-7fc9b81eaf72", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToInsert\": [\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/insertpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "insertpages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1cbdbabe-fc0f-448a-bbf6-7fc9b81eaf72" }, { "id": "d006d1ae-0c33-405e-b71b-7712cf4f9d50", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToInsert\": [\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n },\n {\n \"assetID\": \"\",\n \"insertAt\": \"\",\n \"pageRanges\": [\n {\n \"start\": \"\",\n \"end\": \"\"\n },\n {\n \"start\": \"\",\n \"end\": \"\"\n }\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/insertpages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "insertpages" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-d006d1ae-0c33-405e-b71b-7712cf4f9d50" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3e2bf8d7-e04b-4ca3-ba51-f8a35cdd479a" } ], "id": "1b249924-aca3-49ec-94c1-559fe67cec5e", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-1b249924-aca3-49ec-94c1-559fe67cec5e" }, { "name": "replacepages", "item": [ { "name": "Adobe Replace Pages in a Pdf", "id": "5f8bf721-e0cd-41f9-a301-0f935f47b6d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToReplace\": [\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n },\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/replacepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "replacepages" ] }, "description": "Replace specific pages in a base PDF with pages from another PDF document." }, "response": [ { "id": "f3d647ed-e637-4831-a77e-983a54c0d03b", "name": "Job created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToReplace\": [\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n },\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/replacepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "replacepages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "URL to poll for job status.", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-f3d647ed-e637-4831-a77e-983a54c0d03b" }, { "id": "2ba26820-b6cf-431c-9265-274b8989449f", "name": "The request was malformed or contained invalid parameters. Check the error message for details.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToReplace\": [\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n },\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/replacepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "replacepages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-2ba26820-b6cf-431c-9265-274b8989449f" }, { "id": "ed980099-e1ee-4035-a895-a44abbf1049a", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToReplace\": [\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n },\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/replacepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "replacepages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-ed980099-e1ee-4035-a895-a44abbf1049a" }, { "id": "e51d2234-4309-44a1-b071-f44deacb9173", "name": "Rate limit exceeded. Wait before retrying. Check Retry-After header for guidance.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"baseAssetID\": \"\",\n \"assetsToReplace\": [\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n },\n {\n \"assetID\": \"\",\n \"basePagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n },\n \"assetPagesRange\": {\n \"start\": \"\",\n \"end\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/operation/replacepages", "host": [ "{{baseUrl}}" ], "path": [ "operation", "replacepages" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-e51d2234-4309-44a1-b071-f44deacb9173" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-5f8bf721-e0cd-41f9-a301-0f935f47b6d4" } ], "id": "3e99b4b0-078c-4ac4-96e6-7734e8223823", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3e99b4b0-078c-4ac4-96e6-7734e8223823" }, { "name": "{operationType}", "item": [ { "name": "status", "item": [ { "name": "{jobID}", "item": [ { "name": "Adobe Get Job Status", "id": "dacb233f-df57-4708-9628-d8ef2c97ea00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/operation/:operationType/status/:jobID", "host": [ "{{baseUrl}}" ], "path": [ "operation", ":operationType", "status", ":jobID" ], "variable": [ { "id": "cbbdcd1f-6130-4e8c-83b8-2de891b7f53d", "key": "operationType", "value": "compresspdf", "description": "(Required) The type of operation that was submitted." }, { "id": "4467992b-a831-40a2-94c0-603ef83899ea", "key": "jobID", "value": "", "description": "(Required) The unique identifier of the job returned when the operation was submitted." } ] }, "description": "Poll for the status of an asynchronous PDF operation job. Returns the current status (in progress, done, or failed) and, when complete, the output asset information." }, "response": [ { "id": "6e0c7a32-382b-4027-9bd2-b833ce59e5da", "name": "Job status returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/operation/:operationType/status/:jobID", "host": [ "{{baseUrl}}" ], "path": [ "operation", ":operationType", "status", ":jobID" ], "variable": [ { "key": "operationType" }, { "key": "jobID" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"in progress\",\n \"asset\": {\n \"assetID\": \"\",\n \"downloadUri\": \"\",\n \"metadata\": {\n \"type\": \"\",\n \"size\": \"\"\n }\n },\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6e0c7a32-382b-4027-9bd2-b833ce59e5da" }, { "id": "3b3c1cbe-0587-4a14-b64f-1586872e1980", "name": "Authentication failed. The access token is missing, expired, or invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/operation/:operationType/status/:jobID", "host": [ "{{baseUrl}}" ], "path": [ "operation", ":operationType", "status", ":jobID" ], "variable": [ { "key": "operationType" }, { "key": "jobID" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-3b3c1cbe-0587-4a14-b64f-1586872e1980" }, { "id": "2d355ff5-2096-4b69-b267-6ab0bcb390c7", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/operation/:operationType/status/:jobID", "host": [ "{{baseUrl}}" ], "path": [ "operation", ":operationType", "status", ":jobID" ], "variable": [ { "key": "operationType" }, { "key": "jobID" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"status\": \"\"\n }\n}", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-2d355ff5-2096-4b69-b267-6ab0bcb390c7" } ], "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-dacb233f-df57-4708-9628-d8ef2c97ea00" } ], "id": "b7775b22-9c7d-4951-8689-e0e222c1afda", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-b7775b22-9c7d-4951-8689-e0e222c1afda" } ], "id": "6b8ede4b-1ac0-4135-8b87-3330efac3e09", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-6b8ede4b-1ac0-4135-8b87-3330efac3e09" } ], "id": "40661f69-eaff-491c-9e00-cf98f7061ac1", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-40661f69-eaff-491c-9e00-cf98f7061ac1" } ], "id": "efa3aa16-a00d-4a7b-ba1b-25ffb59e09d6", "createdAt": "2026-06-05T13:07:10.000Z", "updatedAt": "2026-06-05T13:07:10.000Z", "uid": "35240-efa3aa16-a00d-4a7b-ba1b-25ffb59e09d6" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://pdf-services-ue1.adobe.io" } ] }