contentgroove.com

Overview The ContentGroove Developer API enables you to add the power of ContentGroove's video AI to your own applications and workflows. Webhooks are a way for ContentGroove to send video information to your application, to update your system and/or trigger other business processes. You can us

๐Ÿ”‘ apikey 15 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
list clips
curl \
  -H "Authorization: $API_KEY" \
  https://api.contentgroove.com/api/v1/clips
list medias
curl \
  -H "Authorization: $API_KEY" \
  https://api.contentgroove.com/api/v1/medias
show clip
curl \
  -H "Authorization: $API_KEY" \
  https://api.contentgroove.com/api/v1/clips/{id}
Endpoints (15 total)
GET
/api/v1/clips
list clips
GET
/api/v1/medias
list medias
GET
/api/v1/clips/{id}
show clip
GET
/api/v1/medias/{id}
show media
GET
/api/v1/direct_uploads
prepare presigned upload url
GET
/api/v1/webhook_subscriptions
list webhook subscriptions
GET
/api/v1/webhook_subscriptions/{id}
show webhook subscription
POST
/api/v1/clips
create clip
POST
/api/v1/medias
create media
POST
/api/v1/webhook_subscriptions
create webhook subscription
PUT
/api/v1/clips/{id}
update clip
PUT
/api/v1/medias/{id}
update media
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints15
Authapikey
https://api.contentgroove.com