From 90a9085764322aa8938ec60145c5a53d1929abb4 Mon Sep 17 00:00:00 2001 From: "Sumit Garg." Date: Wed, 17 Jun 2026 15:46:57 +0530 Subject: [PATCH 1/2] Changes for 2GB support --- src/pages/getting-started/changelog/index.md | 2 ++ src/pages/getting-started/usage/index.md | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/getting-started/changelog/index.md b/src/pages/getting-started/changelog/index.md index 9c2381e..1117017 100644 --- a/src/pages/getting-started/changelog/index.md +++ b/src/pages/getting-started/changelog/index.md @@ -46,6 +46,7 @@ This page contains the release notes and version history for Adobe InDesign APIs ### Enhancements - **Variable File Naming Support in Data Merge API:** The `POST /v3/merge-data` endpoint now supports variable file naming. [Learn more about variable file naming support.][14] +- **Increased Asset Size Limit:** The maximum supported asset size has been increased from 1GB to 2GB, enabling processing of larger InDesign documents and linked assets. [Learn more about file size limits.][15] ## March 18, 2026 @@ -143,3 +144,4 @@ This page contains the release notes and version history for Adobe InDesign APIs [12]: ../../guides/pdf-to-indesign-conversion-notes/index.md [13]: ../concepts/index.md#api-capability-naming-rules [14]: ../../guides/working-with-datamerge-api/index.md#variable-file-naming-support-in-data-merge-api +[15]: ../usage/index.md#file-size-limits diff --git a/src/pages/getting-started/usage/index.md b/src/pages/getting-started/usage/index.md index ef4702a..a0252f4 100644 --- a/src/pages/getting-started/usage/index.md +++ b/src/pages/getting-started/usage/index.md @@ -38,11 +38,10 @@ To maintain API stability and fair usage across clients, the following limits ar * Hard limit: 350 requests per minute. Requests beyond this limit are rejected. -### File size +### File size limits -For the Custom Scripts API, the maximum allowed size for a Custom Script ZIP upload is 5MB. - -Otherwise, the maximum supported file size is 1GB. +* Assets: Maximum supported size is 2GB per asset. +* Custom Scripts API: Maximum allowed size for a Custom Script ZIP upload is 5MB. ### Assets From e699998d4abe7fb27fbab85a399bfcf6a5e74451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jun 2026 10:23:50 +0000 Subject: [PATCH 2/2] chore: auto-generate contributors --- src/pages/contributors.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/contributors.json b/src/pages/contributors.json index bd04c2f..b47b291 100644 --- a/src/pages/contributors.json +++ b/src/pages/contributors.json @@ -41,11 +41,12 @@ { "page": "/getting-started/changelog/", "avatars": [ + "https://avatars.githubusercontent.com/u/66052604?v=4", "https://avatars.githubusercontent.com/u/274493592?v=4", "https://avatars.githubusercontent.com/u/264675027?v=4", "https://avatars.githubusercontent.com/u/41382203?v=4" ], - "lastUpdated": "6/2/2026" + "lastUpdated": "6/17/2026" }, { "page": "/getting-started/concepts/", @@ -58,9 +59,10 @@ { "page": "/getting-started/usage/", "avatars": [ + "https://avatars.githubusercontent.com/u/66052604?v=4", "https://avatars.githubusercontent.com/u/41382203?v=4" ], - "lastUpdated": "3/16/2026" + "lastUpdated": "6/17/2026" }, { "page": "/guides/",