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.
| Method | POST |
| Path | /v1/media/providers/fal/oauth/init |
| Auth | Authorization: Bearer <token> required |
| Category | media |
Response body
{ "flowId": "…", "userCode": "ABCD-EFGH", "verificationUrl": "https://fal.ai/device", "intervalSec": 5, "expiresAt": 1785410000000 }