Skip to content

Instantly share code, notes, and snippets.

@ccortezb
Created April 7, 2021 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccortezb/03f4e494797c66ca4a02da52a952edcc to your computer and use it in GitHub Desktop.
Save ccortezb/03f4e494797c66ca4a02da52a952edcc to your computer and use it in GitHub Desktop.
curl_comprehend_sentimiento
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