Last active
January 2, 2016 07:06
-
-
Save caseysoftware/18a3912df3f8f1aa8125 to your computer and use it in GitHub Desktop.
This is how to order closed captioning for a given bundle. 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 "insight=captions_r9" https://api.clarify.io/v1/bundles/abcde12345/insights \ | |
| --header "Authorization: Bearer myapikey" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment