Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/pages/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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/",
Expand Down
2 changes: 2 additions & 0 deletions src/pages/getting-started/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
7 changes: 3 additions & 4 deletions src/pages/getting-started/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down