Clarify API - Source Code
Clarify is a self-service API that allows developers to make audio and video files actionable via search, extracted keywords, and topics.
The Clarify API provides a RESTful API to extract knowledge from audio and video content and is building the bridge for audio and video to become just as searchable as textual information.

Sample Source Code (9)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Clarify JSON Sample Source Code by Clarify | These JSON samples for Clarify demonstrate how to tweak the ID name so it will render, change the filename to be consistent with video processing, add information for closed captioning and more. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Media Ruby Sample Source Code by Clarify | This Ruby sample code for clarify demonstrates how to change the filename to be consistent with video processing and simplifies the includes to be markdown instead of html. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Media Python Sample Source Code by Clarify | This Python sample code for clarify demonstrates how to change the filename to be consistent with video processing and simplifies the includes to be markdown instead of html. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Media PHP Sample Source Code by Clarify | This Clarify PHP sample code demonstrates fixing the issue around loading tracks. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Java Sample Source Code by Clarify | This Java sample code for Clarify demonstrates changing the filename to be consistent with video processing and simplifying the includes to be markdown instead of html. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify PHP Sample Source Code by Clarify | This PHP sample code demonstrates using various pieces of the Clarify helper library. This includes; delete metadata from one of your bundles, retrieve the metadata for a recent bundle, load all the information for a single track from a bundle and more. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Curl Sample Source Code by Clarify | These Curl samples for Clarify demonstrate how to tweak the ID name so it will render, change the filename to be consistent with video processing, add information to load videos and more. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Ruby Sample Source Code by Clarify | These Ruby code samples support SpokenKeywordsInsight and SpokenWordsInsight for Clarify.io. The Clarify API allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |
![]() | Clarify Audio Player PHP Sample Source Code by Clarify | This PHP sample code is an audio player extension for the jplayer.org audio player. It provides a way to show Clarify search results in the scrubber of the player. Clarify allows you to extract knowledge from audio and video content. The API calls use the standard HTTP methods GET, POST, PUT and DELETE to perform operations on resources. It handles authentication, the HTTP aspects, and wraps commonly needed functionality in language-specific constructs, with responses that are in the hypermedia JSON format HAL. Clarify.io is an Audio and Video API service company that allows software developers to extract information from their audio and video recordings. |