Quick Start
Get from sign-up to your first semantic search in a few minutes — all on findclix.com.
1. Create your account
Go to findclix.com and sign up. A personal workspace is created for you automatically, including an API key (find it later under Settings → API Keys).
2. Upload your first clips
- Open the Library page and click Upload
- Select a video or image file
- Wait for indexing to finish (status changes to
complete)
Uploads are stored securely in your workspace and indexed with AI multimodal embeddings — no tagging or preprocessing needed.
3. Search in plain English
Open the Search page and describe what you're looking for:
- "woman dancing in red dress"
- "aerial shot of city at night"
- "dog running on grass"
Results point to the exact moment in each video, ranked by relevance.
4. Organize (optional)
- Creators — link clips to the people or entities behind them, then filter search with
creator_id - Categories — label content and filter with
category_id - Team — invite members from the Team page; everyone shares the same workspace library
5. Try the API
Every workspace gets an API key automatically (Settings → API Keys), then:
bash
curl -H "Authorization: Bearer findclix_a1b2c3…" \
"https://findclix.com/api/v1/media/search?q=person+walking&n=3"See Authentication for the full API reference.