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.
| Method | GET |
| Path | /v1/media/settings |
| Auth | Authorization: Bearer <token> required |
| Category | media |
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" } }