# api.clarify.io **Provider:** api.clarify.io **Category:** entertainment **Base URL:** `https://api.clarify.io/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.clarify.io/ ## Description The API to Search and Understand Audio & Video Data. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.clarify.io//v1/bundles` | List bundles | | POST | `https://api.clarify.io//v1/bundles` | Create a bundle | | DELETE | `https://api.clarify.io//v1/bundles/{bundle_id}` | Delete a bundle | | GET | `https://api.clarify.io//v1/bundles/{bundle_id}` | Get a bundle | | PUT | `https://api.clarify.io//v1/bundles/{bundle_id}` | Update a bundle | | GET | `https://api.clarify.io//v1/bundles/{bundle_id}/insights` | Get bundle insights | | POST | `https://api.clarify.io//v1/bundles/{bundle_id}/insights` | Request an insight to be run | | GET | `https://api.clarify.io//v1/bundles/{bundle_id}/insights/{insight_id}` | Get bundle insight | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.clarify.io//v1/bundles' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/api-clarify-io/) — CC BY 4.0*