MINARA

Start Fal.ai sign-in

POST /v1/media/providers/fal/oauth/init — Starts the Fal.ai device flow and returns the user code and verification URL. The device secret is retained only in gate

POST /v1/media/providers/fal/oauth/init

Starts the Fal.ai device flow and returns the user code and verification URL. The device secret is retained only in gateway memory.

MethodPOST
Path/v1/media/providers/fal/oauth/init
AuthAuthorization: Bearer <token> required
Categorymedia

Response body

{ "flowId": "…", "userCode": "ABCD-EFGH", "verificationUrl": "https://fal.ai/device", "intervalSec": 5, "expiresAt": 1785410000000 }

On this page