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

feita há 2 anos1709 visualizações
3 Respostas
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
ESPECIALISTA
respondido há 2 anos
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
respondido há 2 anos
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas