{ "opencollection": "1.0.0", "info": { "name": "PDF Services API" }, "items": [ { "info": { "name": "Generate Token", "type": "folder" }, "items": [ { "info": { "name": "Generate access token to perform PDF Services operations", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Creates an access token using client id and client Secret." } ] }, { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Get upload pre-signed URI. ", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/assets", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get the pre-signed URI to directly upload the content to the adobe's internal cloud provider. \n\nOutput: Response will have the asset URI of created asset and pre-signed URI for uploading the content.
Note: The pre-signed URI provided for uploading or downloading the content has an expiry of 1 hour.
" }, { "info": { "name": "Get download pre-signed URI.", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/assets/:assetId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ] }, "docs": "Get the pre-signed URI to fetch the content directly from the cloud provider.
Note: The pre-signed URI provided for uploading or downloading the content has an expiry of 1 hour.
" }, { "info": { "name": "Delete the asset from storage.", "type": "http" }, "http": { "method": "DELETE", "url": "https://pdf-services-ue1.adobe.io/assets/:assetId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ] }, "docs": "Delete the stored asset from the cloud provider." }, { "info": { "name": "Get asset metadata.", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/assets/:assetId/metadata", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ] }, "docs": "Get the metadata of the stored temporary asset." } ] }, { "info": { "name": "Document Generation", "type": "folder" }, "items": [ { "info": { "name": "Merge Word based templates with input JSON data to create Word and PDF documents", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/documentgeneration", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Merges the input JSON data with Word based templates to create dynamic documents. To learn more about document generation and document templates, please see the documentation." }, { "info": { "name": "Poll the document generation job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/documentgeneration/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the document generation job for completion" } ] }, { "info": { "name": "PDF To Markdown", "type": "folder" }, "items": [ { "info": { "name": "Extract content from PDF documents and output it in a markdown format, along with tables and figures", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/pdftomarkdown", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Extract PDF Content, Tables content and Tables/Figures renditions from a PDF document. Various available options are: \n\n1. Extract figures or images in base64 format" }, { "info": { "name": "Poll the PDF to markdown job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/pdftomarkdown/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the PDF to markdown job for completion" } ] }, { "info": { "name": "Extract PDF", "type": "folder" }, "items": [ { "info": { "name": "Extract content from PDF documents and output it in a structured JSON format, along with tables and figures", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/extractpdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Extract PDF Content, Tables content and Tables/Figures renditions from a PDF document. Various available options are: (mutually exclusive)\n\n1. Extract text with structure (headings, paragraphs, lists and footnotes)\n\n2. Extract tables data as CSV or XLSX\n\n3. Extract tables as images.\n\n4. Extract bounding boxes for characters present in text blocks(paragraphs, list, headings)\n\n5. Extract figures or images as PNG" }, { "info": { "name": "Poll the extract pdf job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/extractpdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the extract pdf job for completion" } ] }, { "info": { "name": "Create PDF", "type": "folder" }, "items": [ { "info": { "name": "Create PDF document from non PDF document.", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/createpdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create PDF document from Microsoft Office documents (Word, Excel and PowerPoint), Markdown and Image file formats." }, { "info": { "name": "Poll the create PDF job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/createpdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the create PDF job for completion" } ] }, { "info": { "name": "Html to PDF", "type": "folder" }, "items": [ { "info": { "name": "Convert HTML Resources to a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/htmltopdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates PDFs from static/dynamic HTML or HTML(with inline CSS) or just a URL. It's a common scenario for enterprise to provide end users with a HTML template with form fields. In case of dynamic HTML this API allows you to capture the users unique data entries and then save it as PDF. Collected data is stored in a JSON file, and the source HTML file must include \\. You can also provide the URL of the HTML page in inputUrl parameter. How" }, { "info": { "name": "Poll the Html to PDF job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/htmltopdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the Html to PDF job for completion" } ] }, { "info": { "name": "Combine PDF", "type": "folder" }, "items": [ { "info": { "name": "Combine multiple PDF Files into a single PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/combinepdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Combines multiple PDF files(upto 20 files) into a single PDF file. Allows specifying which pages of the source files to combine. By default all the pages of source files are considered if explicit PageRanges are not specified." }, { "info": { "name": "Poll the combine pdf job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/combinepdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the combine pdf job for completion" } ] }, { "info": { "name": "Compress PDF", "type": "folder" }, "items": [ { "info": { "name": "Compress a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/compresspdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Compress PDFs to reduce the file size prior to performing workflow operations that use bandwidth or memory." }, { "info": { "name": "Poll the compress PDF job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/compresspdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the compress PDF job for completion" } ] }, { "info": { "name": "Export PDF", "type": "folder" }, "items": [ { "info": { "name": "Export a PDF file into a number of supported formats.", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/exportpdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Export a PDF file into a number of supported formats. The supported formats are doc, docx, pptx, xlsx, rtf." }, { "info": { "name": "Poll the export PDF job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/exportpdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the export PDF job for completion" } ] }, { "info": { "name": "PDF To Images", "type": "folder" }, "items": [ { "info": { "name": "Convert a PDF file into supported image formats.", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/pdftoimages", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert a PDF file into supported image formats. Each image file name ends with _(unpadded_page_index_number). For example, a PDF file with 15 pages will generate 15 image files. The first file name ends with _1 and the last file name ends with _15. With External Storage, supported output type is `zipOfPageImages` only." }, { "info": { "name": "Poll the pdf to image job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/pdftoimages/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the pdf to image job for completion" } ] }, { "info": { "name": "Linearize PDF", "type": "folder" }, "items": [ { "info": { "name": "Convert a PDF File to a Linearized or Web Optimized PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/linearizepdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Linearize a PDF Document to create a web-optimized PDF Document which supports incremental access in network environments. Refer to the External Section below for using external storage with Linearize PDF Operation." }, { "info": { "name": "Poll the linearize pdf job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/linearizepdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the linearize pdf job for completion" } ] }, { "info": { "name": "OCR", "type": "folder" }, "items": [ { "info": { "name": "Perform OCR on a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/ocr", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform OCR on PDF Document by providing specific language and type." }, { "info": { "name": "Poll the ocr job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/ocr/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the ocr job for completion" } ] }, { "info": { "name": "Page Manipulation", "type": "folder" }, "items": [ { "info": { "name": "Rotate and delete pages of a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/pagemanipulation", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Selectively rotate or delete pages in a PDF document. For example, you can change portrait view to landscape view or remove certain pages from a PDF document." }, { "info": { "name": "Poll the page manipulation job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/pagemanipulation/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the page manipulation job for completion" } ] }, { "info": { "name": "PDF Properties", "type": "folder" }, "items": [ { "info": { "name": "Extract basic information about a PDF document.", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/pdfproperties", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Extract basic information about the document such as page count, pdf version, if the file is encrypted, if the file linearized, if the file contains embedded files etc." }, { "info": { "name": "Poll the PDF properties job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/pdfproperties/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the PDF properties job for completion" } ] }, { "info": { "name": "Protect PDF", "type": "folder" }, "items": [ { "info": { "name": "Add encryption and/or restrict permissions on a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/protectpdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Secure a PDF Document with user or/and owner password and set the restrictions on certain features like printing, editing and copying in the PDF document. You can specify the type of content to be encrypted with your specified encryption algorithm.
All Adobe products enforce the restrictions set by the permissions password. However, if third-party products don’t support these settings, document recipients can bypass some or all of your restrictions." }, { "info": { "name": "Poll the protect pdf job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/protectpdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the protect pdf job for completion" } ] }, { "info": { "name": "Remove Protection", "type": "folder" }, "items": [ { "info": { "name": "Remove password protection from a PDF File", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/removeprotection", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove security from a PDF document. If the PDF is protected by owner password then the owner password is required in the field password to remove security otherwise user password is required." }, { "info": { "name": "Poll the remove protection job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/removeprotection/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the remove protection job for completion" } ] }, { "info": { "name": "Split PDF", "type": "folder" }, "items": [ { "info": { "name": "Split a PDF File into multiple PDF Files", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/splitpdf", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Split a PDF document into multiple smaller documents by simply specifying either the number of files, pages per file, or page ranges. Various available options are: (mutually exclusive)\n\n1. Use the page count to specify the maximum number of pages in each of the output file(s).\n\n2. Creating smaller PDFs with a set number of pages, you can split PDFs into multiple smaller documents by specifying page ranges where each page range corresponds to a single output file.\n\n3. Split PDFs by file count. I" }, { "info": { "name": "Poll the split pdf job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/splitpdf/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the split pdf job for completion" } ] }, { "info": { "name": "PDF Electronic Seal", "type": "folder" }, "items": [ { "info": { "name": "PDF Electronic Seal Operation", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/electronicseal", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "An operation to create an electronic seal on input PDF documents using the digital certificate issued to the user by Trust Service Provider. To know more about PDF Electronic Seal, please see the documentation." }, { "info": { "name": "Poll the electronic seal job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/electronicseal/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the electronic seal job for completion" } ] }, { "info": { "name": "PDF Accessibility Auto-Tag", "type": "folder" }, "items": [ { "info": { "name": "PDF Accessibility Auto-Tag Operation", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/autotag", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Operation to create the tagged pdf and excel report for accessibility auto-tag use case. Automatic tagging provides significant quality improvements over untagged PDF files including more accurate results for heading levels, reading order, complex lists, links, references, and tables. Screen reader users also benefit significantly from the improvements to heading levels for navigation." }, { "info": { "name": "Poll the accessibility auto-tag job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/autotag/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the accessibility auto-tag job for completion" } ] }, { "info": { "name": "PDF Accessibility Checker", "type": "folder" }, "items": [ { "info": { "name": "PDF Accessibility Checker Operation", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/accessibilitychecker", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accessibility Checker API will check PDF files to see if they meet the machine-verifiable requirements of PDF/UA and WCAG. It will generate a report that summarizes the findings of the accessibility checks. Additional human remediation may be required to ensure that the reading order of elements is correct and that alternative text tags properly convey the meaning of an image. The report contains links to documentation that assist in manually fixing problems using Adobe Acrobat Pro." }, { "info": { "name": "Poll the PDF accessibility checker job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/accessibilitychecker/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the PDF accessibility checker job for completion" } ] }, { "info": { "name": "PDF Watermark", "type": "folder" }, "items": [ { "info": { "name": "Add Watermark in PDF Document", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/addwatermark", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "PDF Watermark API will add a watermark on specified pages of PDF document using a source watermark PDF. The first page of source watermark PDF will be added as a watermark in input PDF document." }, { "info": { "name": "Poll the add watermark job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/addwatermark/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the add watermark job for completion" } ] }, { "info": { "name": "Export PDF Form Data", "type": "folder" }, "items": [ { "info": { "name": "Export PDF Form Data Operation", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/getformdata", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Export PDF Form Data API will retrieve the data from a PDF form and return it as a JSON file where field names of form will be the keys and value will be the data of the form." }, { "info": { "name": "Poll the Export PDF Form Data job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/getformdata/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the Export PDF Form Data job for completion" } ] }, { "info": { "name": "Import PDF Form Data", "type": "folder" }, "items": [ { "info": { "name": "Import PDF Form Data Operation", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/setformdata", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Import PDF Form Data API will take the form data provided as a JSON, insert it into the PDF form, and generate the resulting PDF where field names of form will be the keys and value will be the data of the form in the input JSON." }, { "info": { "name": "Poll the Import PDF Form Data job for completion", "type": "http" }, "http": { "method": "GET", "url": "https://pdf-services-ue1.adobe.io/operation/setformdata/:jobID/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Job ID of the request" } ] }, "docs": "Poll the Import PDF Form Data job for completion" } ] } ], "bundled": true }