Skip to main content

1. Create an API key

Go to clipping.cc/account, open API keys and click create key. The secret (ck_live_…) is shown only once — copy it and store it somewhere safe. If you lose it, revoke it and create another.
The key carries access to your account and draws from your balance. Treat it like a password: never expose it in frontend code or public repositories.

2. Make sure you have balance

Every call draws from the balance of the account that owns the key. With no balance, the API responds 402 Payment Required. Add coins at clipping.cc/balance. See billing for pricing.

3. Make your first call

Verify the key by calling /v1/accounts/me:
Response:

4. Explore

See every endpoint in the API Reference tab (top menu).

Next steps

Core concepts

The data model — items, collections, reporters, workflows, executions.

Asynchronous operations

How writes return 202 + an execution, and how to track them.

Monitor a source

Add a channel, sync it, list its videos.

Build a reporter

A workflow that analyzes sources automatically.