Appearance
API reference
Base URL: https://clips.vocaflare.com/v1. Every request needs an API key except /corpus, which is public.
Words
Word coverage and the word-to-clip index.
| Endpoint | What it does |
|---|---|
GET /words/{word}/clips | Clips that contain a word |
GET /words | Search the covered vocabulary |
Clips
Clip metadata and transcripts.
| Endpoint | What it does |
|---|---|
GET /clips/{clipId} | Clip metadata |
GET /clips/{clipId}/transcript | Timed transcript and word timings |
Account
Key state and quota.
| Endpoint | What it does |
|---|---|
GET /corpus | Corpus size and coverage |
GET /usage | Quota state for the calling key |