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

preguntada hace 2 años1709 visualizaciones
3 Respuestas
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
EXPERTO
respondido hace 2 años
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 hace 2 años
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 hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas