Limits
API Cloud v2.0 enforces the following quotas and limits:
| Type | Current Limitation |
|---|---|
| Payload and response size limits | The maximum size supppd on both request and response is 10 MB. |
| Number of API Products in a Team | The number of API Products that can be created in a team space must not exceed 10. |
| Number of API Proxies in a Team | The number of API Proxies that can be created in a team space must not exceed 100. |
| Number of members in a Team | The total number of members on a team is restricted to 99. |
| Backend URL Length | The maximum length of the backend URL that is allowed is 255 characters. |
| 504 Gateway Timeout | The default timeout is 55 seconds. |
Recommendation for Handling Large Payloads
To handle large payloads, it is recommended to save payload to an external store and return a reference to the user. The recommended approach can be managed using the Data Ocean service. For more details on file upload and download features, refer to the Data Ocean Developer Guide.