Coconut's API is a REST based API built with simplicity and flexibility in mind. With a single request, you can fit any kind of workflow from transcoding to multiple formats to generating thumbnails of any size. It is then submitted to Coconut for processing. Very simple.
The default API version is the latest one that was available at the time you signed up. Go to your control panel to review API changes and update to the latest API version.
You must authenticate all your API requests with an API key using Basic Auth. The username is your API key and the password should be left blank.
Our infrastructure is global, it means we provide different locations around the world so you can be close to your server geographical location.
Note that you must create an account for each region you may need. When going to the signup page, just select the region in the menu and sign up like usual.
Here are the regions we support:
If your region is missing, please contact us.
To create a job, you just need to make a single HTTP request to the URL https://api.coconut.co/v2/jobs.
We provide client libraries for the most popular languages so that you don't have to reinvent the wheel and you can start right away!
September, 2023
Breaking changes