Contentgroove
Connector for the contentgroove API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.contentgroove.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_api_v1_clips— GET /api/v1/clips — list clipsget_api_v1_clips_id— GET /api/v1/clips/{id} — show clipget_api_v1_direct_uploads— GET /api/v1/direct_uploads — prepare presigned upload urlget_api_v1_medias— GET /api/v1/medias — list mediasget_api_v1_medias_id— GET /api/v1/medias/{id} — show mediaget_api_v1_webhook_subscriptions— GET /api/v1/webhook_subscriptions — list webhook subscriptions
Inputs
apiKey— your contentgroove API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_api_v1_clips
apiKey: <your key>