Created
April 7, 2021 00:03
-
-
Save ccortezb/03f4e494797c66ca4a02da52a952edcc to your computer and use it in GitHub Desktop.
curl_comprehend_sentimiento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST \ | |
https://d5601zkukf.execute-api.ca-central-1.amazonaws.com/Prod/sentiment \ | |
-H 'cache-control: no-cache' \ | |
-H 'content-type: application/json' \ | |
-H 'postman-token: ea059b31-e081-24e6-8911-c179362ee99c' \ | |
-d '{"body": "{\"Body\":\"estoy de humor bueno\"}"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment