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

posta 2 anni fa1709 visualizzazioni
3 Risposte
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
ESPERTO
con risposta 2 anni fa
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
con risposta 2 anni fa
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande