curl -X GET https://api.muvi.video/v1/catalog/categories
[ { "id": "video", "name": "Video", "description": "AI models for video generation and editing", "modelCount": 8 }, { "id": "image", "name": "Image", "description": "AI models for image generation and manipulation", "modelCount": 5 } ]
Retrieve all model categories with dynamic model counts.
Show Category Object