@Adam Schlichtmann Yes, you can post the base64Source content in the request body and get a 202 accepted response. For example,
Here is my request:
Corresponding response:
The results of the GET operation result:
This is inline with the examples provided on the form recognizer REST API spec repo available here.
What is the error seen in your case that fails the request?
If an answer is helpful, please click on or upvote
which might help other community members reading this thread.
@romungi-MSFT
Thank you for the response!
I am doing exactly what you show in your screen shots. The only difference is that I am using the prebuilt business card model. Could that be the issue?
Here is the URL I am using: https://[REDACTED].cognitiveservices.azure.com/formrecognizer/v2.1/prebuilt/businessCard/analyze
The response I am getting is: 400 InvalidImageURL - Image URL is badly formatted.
For more context I am trying to do this within a React Native App.
Thank you for your time!
I have tried with business card and the request was successful.
GET result operation.
I see your request is using v2.1 version of the API instead of the latest. I believe the previous versions do not support this mode. Thanks!!