Known Issues, Considerations and Limitations

This guide helps you to navigate the known issues and limitations with ease for enhanced development efficiency.

Overview

This document outlines specific considerations, known issues, and limitations associated with the Adobe Express API. It is intended to help developers understand the constraints and considerations when integrating with these APIs to ensure a smooth and efficient development process.

General Considerations

Authentication

The APIs require an API key (X-API-KEY) and bearer token for authentication.

  X-API-KEY: your_api_key
  Authorization: Bearer your_token

Rate Limiting

The APIs support rate limiting with 50 RPM (requests per minute) per client across all the APIs. Learn more about rate limiting guidelines. Note: If the rate limit is exceeded, any additional requests will receive a 429 Too Many Requests response.

Request Identifier

The HTTP header x-request-id can be used when making requests to trace information and logs for that request.

  x-request-id: your-request-id

API-Specific Considerations

Tagged Documents API

Tagged Document Details API

Position coordinates are currently returned relative to the parent element and not relative to the page.

Impact:

Generate Variation API

Export Rendition API

Ensure that you download or use the rendition within the specified time frame.

Job Status API

Error Handling

Learn more about error handling.