Optionalargs: { client?: Client; key?: string }Perform a data merge
Creates InDesign documents or PDFs by merging CSV data with InDesign templates. Supports multiple output formats: JPEG (image/jpeg), PNG (image/png), PDF (application/pdf), and InDesign (application/x-indesign).
Get data merge tags
Retrieves the data merge tags from a document.
Delete a Custom Script
Deletes a single registered custom script. All versions of the script will be permanently removed.
Submit a custom script execution request
Submits execution requests for custom scripts. Defines input assets and parameters that the custom script will use during execution.
Get status - Convert PDF to InDesign API
Returns the latest status of a job, in this case a PDF to InDesign conversion job. Poll this endpoint to retrieve the job results, warnings, and download URL of the output, in this case an output ZIP file.
Get Custom Script details
Retrieves details of a single registered custom script. Includes version, download link, registration date, and script name.
Get document information
Retrieve comprehensive information about INDD/IDML documents. Returns data based on the enabled information types specified in the request.
Get status - Document Info API
Returns the latest status of a Document Info job. Poll this endpoint to retrieve the extracted document information including pages, links, fonts, page items, and text stories.
Get the status of a job
Returns the latest status of an executed custom script job.
Get Current App Versions
Retrieves information about all available InDesign app versions. Returns major version, minor version, and status for each registered app version.
List custom scripts API
Retrieves details of the latest version of all registered custom scripts. Includes version, download link, registration date, and script name. Response is paginated based on list length.
Remap links
Replaces file-based links in InDesign documents with AEM URLs. Particularly useful for customers working with Adobe Experience Manager (AEM) using Adobe Asset Link, enabling designers to work with output files that have direct links to AEM URLs.
Create JPEG, PNG, or PDF renditions
Creates JPEG, PNG, or PDF renditions of InDesign documents. Supports multiple output formats: JPEG (image/jpeg), PNG (image/png), and PDF (application/pdf).
Submit a Custom Script
Submits custom script bundles for registration. Returns a URL for posting execution requests for the registered script.
Update Custom Script App Version
Updates the InDesign app version configuration for a registered custom script. Allows customers to specify version strategies: use latest version, fix to a major version, or fix to a specific major and minor version.
Convert PDF to InDesign document
Converts PDF documents to editable InDesign (INDD or IDML) format. The output is a ZIP file (default name 'output.zip') containing subfolders (named after each input PDF) with the converted document and associated assets. If
embedLinksis false, assets are provided in a separate folder within the ZIP. IfembedLinksis true, all links are embedded in the InDesign file. Returns warnings for missing fonts and links.