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
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
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Paid AI video clipping. Starter $29/mo, Professional $79/mo, Business $149/mo.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.contentgroove.com/api/v1/clips' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ContentGroove documentation.