Hello I’m trying to make a call to /barcode/recognize passing an image containing barcodes, encoded as Base64 string but I receive a error code “internalError”.
The message is “The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.”
But I’m sure that it is a Base64 valid string, what I am doing wrong?
I don’t know if you can see my requests, in case the request id is “2af23755-11ed-426a-8a83-659b3873917c”
Thanks