Changelog
Overview
This page contains the release notes and version history for Adobe InDesign APIs. Stay updated with the latest features, improvements, and bug fixes.
November 20, 2025
New Features
Custom Scripts API - New Endpoints
- Update Custom Script App Version: New
PUT /v3/scripts/{script_name}/app-versionendpoint to update InDesign app version configuration for registered scripts. Supports three strategies: LATEST_VERSION, FIXED_MAJOR_VERSION, and FIXED_MAJOR_AND_MINOR_VERSION. View endpoint documentation - Get Available App Versions: New
GET /v3/app-versionsendpoint to retrieve all available InDesign app versions with their status information. View endpoint documentation
Enhancements
- Specify or Update Custom Script App Version: The
POST /v3/scriptsendpoint now allowappVersionStrategy,majorAppVersionandminorAppVersionfields in the manifest file to control Indesign app version for new or registered Custom Script. - List Custom Scripts Response Enhancement: The
GET /v3/scriptsendpoint now includesmajorAppVersionandminorAppVersionfields in the response, providing information about the InDesign application version requirements for each registered script. - Get Custom Script Details Enhancement: The
GET /v3/scripts/{script_name}endpoint now also includes the above mentioned version fields.
November 13, 2025
New Features
DocumentInfo API
- Get InDesign Document Information: New
POST /v3/document-infoendpoint to retrieve information about INDD/IDML documents. View endpoint documentation
September 3, 2025
Enhancements
Data Merge API
- Now manage hyphenation in merged documents with
hyphenationSettings. Also, manage exclusion lists and fix break location usingdictionarySettings. Details are available in the Data Merge API documentation and How-to example.
August 4, 2025
New features
Remap Links API
- Added new
/v3/remap-linksendpoint for remapping file-based links to AEM links. - Supports batch link remapping operations. Ideal for customers working with AEM using Adobe Asset Link (AAL).
- Explore the API documentation
Custom Scripts API enhancements
- List Custom Scripts: New
GET /v3/scriptsendpoint to retrieve all registered scripts. - Get Script Details: New
GET /v3/scripts/{script_name}endpoint for individual script information. - Delete Custom Scripts: New
DELETE /v3/scripts/{script_name}endpoint for script deletion management. - Explore the API documentation
Documentation updates
- Added comprehensive User data handling documentation.
- Enhanced API reference with detailed examples.
- Improved error code documentation and troubleshooting guides.
