Refresh media models
POST /v1/media/models/refresh — Bypasses the five-minute catalog cache for one or both output modalities.
POST /v1/media/models/refresh
Bypasses the five-minute catalog cache for one or both output modalities.
| Method | POST |
| Path | /v1/media/models/refresh |
| Auth | Authorization: Bearer <token> required |
| Category | media |
Request body
{ "kind": "video" }Response body
{ "catalogs": [ { "kind": "video", "source": "live", "models": [] } ] }