Last active
January 2, 2016 07:07
-
-
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.
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 --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