Skip to content

Limits

API Cloud v2.0 enforces the following quotas and limits:

TypeCurrent Limitation
Payload and response size limitsThe maximum size supppd on both request and response is 10 MB.
Number of API Products in a TeamThe number of API Products that can be created in a team space must not exceed 10.
Number of API Proxies in a TeamThe number of API Proxies that can be created in a team space must not exceed 100.
Number of members in a TeamThe total number of members on a team is restricted to 99.
Backend URL LengthThe maximum length of the backend URL that is allowed is 255 characters.
504 Gateway TimeoutThe 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.