Technical limitations
Describing technical limitations of our API
Request and file size
There is a common limitation on the size of the request size that can be sent to our API - 5MB. This includes any API service or endpoint unless stated differently.
Common request size limitation is 5MB!
When submitting a request where the body size or attached binary exceeds this limitation you will get a common error from Connect host:
<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>
Last updated
Was this helpful?