The Core API is the foundation of The HeyWatch service. You can do everything you want, even really complex tasks with it. If you need something really specific, this is the way to go.
Our API is based on REST principles and is compatible with all the languages. You just have to make an HTTP request to the right resource and the right describing method, it’s that simple. The URL to request is always the same: https://heywatch.com.
The Core API is divided into many resource:
Another fundamental concept is the Ping, also known as callback which makes the whole process totally async for the developers.
You never need to pull our servers every time you want to know if an encode is done or if a video has been transferred. We actually notify you when those actions are done with a POST HTTP request.
You can see the POST parameters we send to you for the different pings on this page.
If you’ve written an open source library, drop us an email so we can add it to the list.
Service made by Particles
Follow @particles