Skip to main content
POST
Get WeChat Channels Video Comments
Get WeChat Channels Video Comments Pricing — base $0.0145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Body

application/json
object_id
string
required

Video objectId (numeric

Maximum string length: 32
Pattern: ^[0-9]+$
Example:

"14941130915890399732"

last_buffer
string | null
default:""

Pagination cursor (base64), leave empty for first page

Pattern: ^[A-Za-z0-9+/=_-]*$
comment_id
string | null
default:""

Pass a commentId (numeric) to expand its replies, leave empty for first-level comments

Maximum string length: 32
Pattern: ^[0-9]*$
raw
boolean
default:true

True=raw response; False=simplified parsed structure

Response

200

Successful response. Response structure varies; refer to the actual API response.