2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Have a look at this https://repost.aws/questions/QUSam1UG-mQ8ijIaJcr0xAmA/textract-api-with-postman.
There are a bunch of approaches but typically you have access to an endpoint.
Hope it helps ;)
0
The URL appearing in your screenshots is incorrect. The correct URL is in the form of https://rekognition.us-east-2.amazonaws.com/?Action=DetectText
The full list of Amazon Rekognition endpoints for each AWS Region can be found here: https://docs.aws.amazon.com/general/latest/gr/rekognition.html
In order to get a response, following parameters must be set on Postman, under the Authorization tab: AccessKey, SecretKey, AWS Region
On the Params tab, you should only have this key/value pair: Action: DetectText
answered 3 years ago
Relevant content
- asked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated 4 months ago
