C

ContentGroove API

by ContentGroove

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

entertainmentcontentgroove

Quick Reference

Base URL https://api.contentgroove.com Auth type API Key Header Auth header Authorization: YOUR_API_KEY Rate limit Based on plan Pricing Enterprise / contact sales Free quota None Documentation https://api.contentgroove.com Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
0
Depth
72

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid AI video clipping. Starter $29/mo, Professional $79/mo, Business $149/mo.

Key Endpoints

MethodPathDescription
GET /api/v1/clips list clips
POST /api/v1/clips create clip
DELETE /api/v1/clips/{id} delete clip
GET /api/v1/clips/{id} show clip
PUT /api/v1/clips/{id} update clip
GET /api/v1/direct_uploads prepare presigned upload url
GET /api/v1/medias list medias
POST /api/v1/medias create media

Sample Request

curl -X GET 'https://api.contentgroove.com/api/v1/clips' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official ContentGroove documentation.