December 2022
API – New version 2022-12-13
GET /media/:id
includesrefs
prop. Value is an object where keys are your custom refs and values are thesource
objects associated with each key.GET /media/:id
includessources
prop. Value is an array of IDs forsources
derived from the video.
November 2022
API – New version 2022-11-16
POST /media
can now accept audio files (starting with mp3, aac, and wav format).
API – New version 2022-11-02
GET /media
replacesGET /images
andGET /videos
endpoints.GET /media/:id
replacesGET /images/:id
andGET /videos/:id
endpoints.POST /media
replacesPOST /images
andPOST /videos
endpoints.DELETE /media/:id
replacesDELETE /images/:id
andDELETE /videos/:id
endpoints.
October 2022
API: New version 2022-10-25
- Video endpoints are now available in closed beta. Contact us to add access for your account.
GET /video
added.POST /video
added.GET /video/:id
added.DELETE /video/:id
added.
API: New version 2022-10-18
- Images endpoints are now available in closed beta. Contact us to add access for your account.
GET /images
added.POST /images
added.GET /images/:id
added.DELETE /images/:id
added.