https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-category-list/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-category-list/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
parentCatId | integer | optional | Known nonnegative category ID; omit for top-level categories Example: 27011 |
Request example
{}Response body
| Name | Type | Required | Description |
|---|---|---|---|
errcode | integer | null | optional | Provider business status code. |
errmsg | string | null | optional | Provider business status message. |
total | integer | null | optional | Number of returned records. |
columns | array | null | optional | Provider render column metadata. |
title | string | null | optional | Provider render/source metadata. |
type | string | null | optional | Provider render/source metadata. |
sourceType | string | null | optional | Provider render/source metadata. |
sourceTool | string | null | optional | Provider render/source metadata. |
categories | array | null | optional | Category tree nodes. |
parentCatId | integer | null | optional | Supplied parent category ID, if present. |
Response example
Direct response payload. No extra wrapper is added.
{
"errmsg": "ok",
"total": 0,
"errcode": 200,
"categories": [],
"columns": []
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.