Watch the codealong video
Steps at a glance
- Project setup — Minimal frontend (e.g. React or Next.js) with upload + results layout.
- Authentication — Exhange your key for a token (Authentication).
- Upload & analyze — Send the selected file to
POST /v0/upload/analyze(API reference, quickstart). - Display results — Display signals (
type,start,end) received by Interhuman.
Next steps
- Social signals — What each type means and when it fires.
- Add filters, sorting, or a scrubber that jumps to a signal’s time range.
- Upload & Analyze API for production; Streaming quickstart for real-time.