Textract API with Postman

0

Hi, as I can see, aws textract can be implemented with library in languages mentioned here: https://aws.amazon.com/developer/tools/#sdk The second aproach is to use AWS CLI. Is API docs with endpoints also available? Because what if I want to try AWS textract with Postman? Thanks

已提問 2 年前檢視次數 1709 次
3 個答案
0

Have you taken a look at this document - https://docs.aws.amazon.com/textract/latest/dg/API_Reference.html

The section https://docs.aws.amazon.com/textract/latest/dg/API_Operations.html describes the request and response structures for each of the APIs.

profile pictureAWS
專家
已回答 2 年前
0

You pass in the request syntax JSON as the request. But you have to authenticate (sign it: https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html), that is the harder part.

AWS
已回答 2 年前
0

Here is the page that shows a full list of endpoints used for each service per region. Here is a direct link to textract specifically:

https://docs.aws.amazon.com/general/latest/gr/textract.html

profile pictureAWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南