August 2024
API – New version 2024-08-13
GET /media/:id
includessources
prop. Value is an array of IDs forsources
derived from the video.
July 2024
API – New version 2024-07-16
POST /media
can now accept audio files (starting with mp3, aac, and wav format).
API – New version 2024-07-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.
May 2024
API: New version 2024-05-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 2024-05-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.