https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-video-reviews/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/chuhaijiang-tiktok-video-reviews/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
country | string | required | Lowercase request market. Returned country_code may differ; preserve both. Example: us |
id | string | required | Video ID returned by its search operation. Keep identifiers as strings to avoid precision loss. Example: 6788833646091504902 |
page | integer | optional | Page number, starting at 1. No automatic pagination. Example: 1 |
pageSize | integer | optional | Items per page, from 1 to 10. Omission preserves the upstream default. Example: 3 |
Request example
{
"pageSize": 3,
"page": 1,
"country": "us",
"id": "6788833646091504902"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
data | object | optional | - |
errmsg | string | optional | - |
request_id | string | optional | - |
errcode | integer | optional | - |
Response example
Direct response payload. No extra wrapper is added.
{
"errmsg": "ok",
"errcode": 200,
"data": {
"items": [],
"total_count": 0
}
}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.