NetraFlow

Introduction

NetraFlow is a video analysis API. Submit a URL, get structured data back.

NetraFlow extracts structured intelligence from video. Send a YouTube or TikTok URL to the API and receive transcriptions, summaries, brand detections, object detections, and more — all returned as clean JSON.

How it works

Client                    NetraFlow API              Worker Pipeline
  │                            │                           │
  ├─POST /v1/jobs─────────────►│                           │
  │  { url, capabilities }     │                           │
  │◄──── 202 Accepted ─────────┤                           │
  │  { job_id, status:"pending"}│                           │
  │                            ├──Queue job───────────────►│
  │                            │                           │
  │                            │    Ingest → Transcribe    │
  │                            │    → Analyze → Merge      │
  │                            │                           │
  ├─GET /v1/jobs/:id──────────►│                           │
  │◄──── 200 OK ───────────────┤                           │
  │  { status:"completed",     │                           │
  │    results: {...} }        │                           │

You can also receive results via webhooks instead of polling.

Base URL

https://api.netraflow.com

All API requests require an API key passed via the X-Api-Key header. Keys start with sk_live_ — never commit them to public repositories.

Supported platforms

Prop

Type

Capabilities

Prop

Type

On this page