REST API call with response "413 Request Entity Too Large". What is the size limit? | Community
Skip to main content
November 24, 2014
Solved

REST API call with response "413 Request Entity Too Large". What is the size limit?

  • November 24, 2014
  • 2 replies
  • 1758 views
Hi there,

I have code that call Schedule Campaign with token contains HTML code.  When I made call with almost 800KB of HTML, I received response "413 Request Entity Too Large".  It is fine now after I compressd the HTML using HtmlCompressor to reduce it to less than 600KB.  I would like know what is the size limit of request entity.

Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
The limit for all the HTML in the email is 650kb. I'll add this to the developer documentation.
 

2 replies

Accepted solution
November 24, 2014
The limit for all the HTML in the email is 650kb. I'll add this to the developer documentation.
 
November 24, 2014
Thanks, Murtza.