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.
| Method | POST |
| Path | /v1/media/providers/fal/api-key |
| Auth | Authorization: Bearer <token> required |
| Category | media |
Request body
{ "apiKey": "…", "saveAnyway": false }Response body
{ "validated": true }