The size limit for an Unlayer API call is typically around 6MB to 10MB. This limit is not imposed by Unlayer itself but by AWS Lambda, the underlying infrastructure that processes these requests.
Because AWS Lambda enforces a maximum payload size, any request exceeding that limit may fail or return an error.
To avoid issues, make sure your design JSON, merge tags, and other payload data stay within this range.
