Developers

FlowForge API

Build on top of FlowForge. A public, documented API with keys and webhooks is coming soon — here's a preview of how it works.

Authentication

JWT access tokens with rotating, DB-backed refresh tokens. Google SSO supported.

Resources

Projects, YouTube accounts, Shorts, and metadata — all keyed by public UUIDs.

Responses

Every response follows a consistent { success, message, data } envelope.

Quick example

terminal
# Authenticate
curl -X POST https://api.flowforger.in/api/v1/auth/login \
  -H "Content-Type: application/json" \
  -d '{ "email": "you@email.com", "password": "••••••••" }'

# Response
{
"success": true,
"message": "Login successful",
"data": {
"user": { "uuid": "…", "email": "you@email.com" },
"tokens": { "access_token": "…", "refresh_token": "…" }
  }
}

# Use the token
curl https://api.flowforger.in/api/v1/projects \
  -H "Authorization: Bearer <access_token>"

Public API access is in the works

API keys, rate-limit tiers, and webhooks for generation and publishing events are on our roadmap. Want early access? Let us know via a feature request or contact us.

Not a developer? You don't need code to use FlowForge.

Start creating free