Last active
December 16, 2015 02:48
-
-
Save caseysoftware/89a68d0562fe221616b4 to your computer and use it in GitHub Desktop.
Using curl to load a French media file
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.s3.amazonaws.com/video/speeches/je-vous-ai-compris-1958-06-04.mp4" \ | |
| --data "name=Je Vous ai Compris" https://api.clarify.io/v1/bundles \ | |
| --X POST --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