Metadata - Creator Category V2
Return the creator category list directly. V1 wraps another response object inside result. This endpoint does not nest it.
Request Code Samples
curl --location 'http://open.tabcut.com:8090/api/meta/v2/creator/category?language=undefined' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
Responses
application/json
{
"code": "string",
"message": "string",
"serverTime": "string",
"result": [
{
"categoryId": "string",
"categoryName": "string",
"parentCategoryId": "string",
"region": "string",
"level": 0,
"categoryIdAlias": 0
}
]
}
Modified at 2026-09-22 08:11:36