Developer API v1.0

Integrate Flow into your apps.

Our REST API allows you to automate transcriptions for TikTok, YouTube and Instagram videos directly from your own applications.

Authentication

All API requests must include your API Key in the headers. You can find your key in the dashboard settings.

x-api-key: your_api_key_here

Endpoints

POST
/api/v1/jobs

Create a new transcription job for a video URL.

Request Body

{
  "url": "https://tiktok.com/@user/video/123...",
  "callbackUrl": "https://your-app.com/webhook"
}
GET
/api/v1/jobs/:id

Retrieve the status and results of a specific job.