The API to Search and Understand Audio & Video Data.
https://api.clarify.io/
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.clarify.io/
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.52s
(checked Mar 29, 2026)
Builder score
D
42%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /v1/bundles |
List bundles |
| POST | /v1/bundles |
Create a bundle |
| DELETE | /v1/bundles/{bundle_id} |
Delete a bundle |
| GET | /v1/bundles/{bundle_id} |
Get a bundle |
| PUT | /v1/bundles/{bundle_id} |
Update a bundle |
| GET | /v1/bundles/{bundle_id}/insights |
Get bundle insights |
| POST | /v1/bundles/{bundle_id}/insights |
Request an insight to be run |
| GET | /v1/bundles/{bundle_id}/insights/{insight_id} |
Get bundle insight |
curl -X GET 'https://api.clarify.io//v1/bundles' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official api.clarify.io documentation.