Download OpenAPI specification:Download
Firefly Service's RESTful InDesign APIs offer resources to automate tedious, time-consuming design tasks through scalable cloud services, encouraging more personalization at scale, creative automation, and faster content delivery.
The Rendition API creates a version of a file in a specified format (e.g., PNG, JPEG, or PDF).
Create a JPEG, PNG, or PDF rendition of a specific InDesign document.
The rendition output MIME types are:
image/jpeg
for JPEG. image/png
for PNG. application/pdf
for PDF. x-gw-ims-org-id | string This is the identifier for Adobe Identity Management Service (IMS) as defined in Adobe's developer console. This is optional. |
x-api-key required | string The API key as defined in Adobe's developer console. |
Authorization required | string The authorization token with bearer "token_value". |
This object specifies parameters for the JPEG, PNG or PDF output.
required | Array of objects (InputAsset) Information about the assets, which will be used to process the job. |
required | object |
Array of objects (OutputAsset) |
The job/capability has been accepted for processing.
Bad Parameter
Unauthorized
Forbidden
Not Found
Too Many Requests
Internal Server Error
{- "assets": [
- {
- "source": {
- "url": "string",
- "storageType": "Azure"
}, - "destination": "string"
}
], - "params": {
- "generalSettings": {
- "fonts": {
- "fontsDirectories": [
- "string"
]
}, - "links": {
- "replaceLinks": [
- {
- "targetDocument": "string",
- "mapping": [
- {
- "currentURI": null,
- "linkID": null,
- "newAssetRelativePath": null
}
]
}
]
}, - "appLogs": {
- "logsRelativePath": "string"
}
}, - "targetDocuments": [
- "string"
], - "outputMediaType": "image/jpeg",
- "exportingSpread": false,
- "pageRange": "All",
- "quality": "low",
- "renderingStyle": "baseline_encoding",
- "resolution": 72,
- "colorSpace": "rgb",
- "embedColorProfile": true,
- "antiAlias": true,
- "simulateOverprint": false,
- "useDocumentBleeds": false,
- "colorSettingsFile": "string",
- "transparentBackground": false,
- "createSeparateFiles": false,
- "optimizeForFastWebView": true,
- "embedPageThumbnails": false,
- "includeBookmarks": false,
- "includeHyperlinks": false,
- "exportNonprintingObjects": false,
- "exportGuidesAndGrids": false,
- "createTaggedPDF": true,
- "includeInteractiveElements": "do_not_include",
- "exportWhichLayers": "export_all_layers",
- "jobOptionsFile": "string",
- "pdfPreset": "High Quality Print",
- "outputFileBaseString": "string",
- "outputFolderPath": "string"
}, - "outputs": [
- {
- "destination": {
- "url": "string",
- "storageType": "Azure"
}, - "source": "string"
}
]
}
{- "jobId": "string",
- "statusUrl": "string"
}