Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active December 16, 2015 02:54
Show Gist options
  • Select an option

  • Save caseysoftware/b4b4df88562d87dedfc9 to your computer and use it in GitHub Desktop.

Select an option

Save caseysoftware/b4b4df88562d87dedfc9 to your computer and use it in GitHub Desktop.
Makes a request to get the keywords
curl https://api.clarify.io/v1/bundles/abcde12345/insights/54321edcba \
--header "Authorization: Bearer myapikey" | jq '.'
# The jq portion is optional and just used to pretty print the resulting json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment