Skip to content

Instantly share code, notes, and snippets.

@jeanmartin
Created April 28, 2021 23:18
Show Gist options
  • Save jeanmartin/5e6a8bb45c0f5b7244ff256fbb5073bb to your computer and use it in GitHub Desktop.
Save jeanmartin/5e6a8bb45c0f5b7244ff256fbb5073bb to your computer and use it in GitHub Desktop.
curl https://api.service.com/v1/detect \
-H "Authorization: Bearer <API_KEY>" \
-d q=What+is+this
=> {"results":[{"a":"b","c":83.77}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment