JSON script for API Connector in Bubble Apps

User feedback (maybe helpful for other bubble.io users that need to do OCR):

Question:

I’ve been using your Free API via a bubble.io plugin (it is the plugin from Zeroqode), but just upgraded to a PRO API (which the plugin doesn’t seem to support, so setting it up in a more manual fashion).

I keep getting an error that the file type can’t be detected, thus resulting in a blank Response.

Answer (found be user himself):

I figured out what I was doing wrong - I was using the JSON body rather than Form-data. After making that switch, I was able to get it to work correctly.