Skip to content

Get talent-set

Get the People and artwork represented by a Talent Set.

GET https://api.mediux.io/talent-set/{setId}

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 501,
"title": "Cast Portrait Set",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"people": [
{
"id": 101,
"name": "Example Person",
"poster": "/person-poster.jpg"
}
]
}
}