Web Messaging file upload 400 on PDF >2MB

Error’s returning attachmentTooLarge on POST /api/v2/webchat/external/messages for PDFs over 2MB. Docs don’t mention this limit. Code: requests.post(url, json={"attachments":[{"contentType":"application/pdf","content":b64}]}). Actual cap seems to be…