Time out waiting for result

Hello there,
you have a dope API but I keep getting Time out waiting for result. Can you guys help?

Hello,

I tested the issue here, but can not recreate it.
=>If you test the connection with Postman, do you get the same result?

You probably know it, but just in case: Postman is a free Chrome app, see Free OCR API

If you see the problem even with Postman, a screenshot of the result could be helpful.

I’m using python requests (https://docs.python-requests.org/) and the issue didn’t come up when testing with Postman on the web.

If it works in Postman, then the issue is something within your Python code. => You can use Postman to export working Python code. This code should then work.

I’m checking now, the only difference I see is the way I used the apikey. I inserted it into the payload while postman inserted it into the headers.