Is there a filesize limit for the Documents POST endpoint or inside Open Dental itself?File found but cannot be opened, probably because it's too big
Thanks!
Is there a filesize limit for the Documents POST endpoint or inside Open Dental itself?File found but cannot be opened, probably because it's too big
Code: Select all
{
PatNum: patNum,
rawBase64: base64,
extension: '.png',
Description: 'signed treatment plan screenshot from why/care',
}
This cap is set specifically for this Documents POST Upload endpoint, so I doubt this is the issue.Body
In PUT and POST requests, the JSON body can have a maximum content length of 16.8M characters.