Get category-set
Get the Categories and artwork represented by a Category Set.
GET https://api.mediux.io/category-set/{setId}
Response format, pagination and caching.
Response examples
Section titled “Response examples”Get category-set
Section titled “Get category-set”Status: 200 OK
{ "data": { "id": 503, "title": "Genre Artwork Set", "description": null, "createdBy": "username", "dateCreated": "2026-09-04T10:00:00Z", "dateUpdated": "2026-09-04T10:00:00Z", "categories": [ { "id": 101, "name": "Example Category", "poster": null, "thumb": "/category-thumb.jpg" } ] }}