# ContentGroove API **Provider:** ContentGroove **Category:** entertainment **Base URL:** `https://api.contentgroove.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.contentgroove.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.contentgroove.com/api/v1/clips` | list clips | | POST | `https://api.contentgroove.com/api/v1/clips` | create clip | | DELETE | `https://api.contentgroove.com/api/v1/clips/{id}` | delete clip | | GET | `https://api.contentgroove.com/api/v1/clips/{id}` | show clip | | PUT | `https://api.contentgroove.com/api/v1/clips/{id}` | update clip | | GET | `https://api.contentgroove.com/api/v1/direct_uploads` | prepare presigned upload url | | GET | `https://api.contentgroove.com/api/v1/medias` | list medias | | POST | `https://api.contentgroove.com/api/v1/medias` | create media | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.contentgroove.com/api/v1/clips' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid AI video clipping. Starter $29/mo, Professional $79/mo, Business $149/mo. --- *Source: [API Map](https://apimap.dev/apis/contentgroove/) — CC BY 4.0*