MINARA

Media provider settings

GET /v1/media/settings — Returns Fal.ai connection status and the independently selected image and video models.

GET /v1/media/settings

Returns Fal.ai connection status and the independently selected image and video models.

MethodGET
Path/v1/media/settings
AuthAuthorization: Bearer <token> required
Categorymedia

Response body

{ "settings": { "preferredAuth": "oauth", "imageModel": "openai/gpt-image-2", "videoModel": "bytedance/seedance-2.0/fast/text-to-video" }, "provider": { "provider": "fal", "oauthConnected": true, "apiKeyConnected": false, "activeAuth": "oauth" } }

On this page