Skip to content

Instantly share code, notes, and snippets.

@caseysoftware
Last active January 2, 2016 07:07
Show Gist options
  • Select an option

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

Select an option

Save caseysoftware/779f6bd1b518ae687815 to your computer and use it in GitHub Desktop.
This is how to load a file into Clarify.io. This is used in the closed captioning post.
curl --data "media_url=http://media.clarify.io/video/presentations/SirKenRobinson-TED2006-How-Schools-Kill-Creativity.mp4" \
--data "name=Sir Ken Robinson – TED 2006" https://api.clarify.io/v1/bundles \
--X POST --header "Authorization: Bearer myapikey"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment