MINARA

Save a Fal.ai API key

POST /v1/media/providers/fal/api-key — Validates and stores a Fal.ai API key in the structured credential store, then selects API-key authentication.

POST /v1/media/providers/fal/api-key

Validates and stores a Fal.ai API key in the structured credential store, then selects API-key authentication.

MethodPOST
Path/v1/media/providers/fal/api-key
AuthAuthorization: Bearer <token> required
Categorymedia

Request body

{ "apiKey": "…", "saveAnyway": false }

Response body

{ "validated": true }

On this page