Skip to main content
POST
Search Videos Within a WeChat Channel
视频号号内搜索 计费 — 成功调用基准价 $0.0145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

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

请求体

application/json
username
string
必填

Creator finder username (v2_…@finder format

Required string length: 10 - 256
Pattern: ^v2_[0-9a-fA-F]+@finder$
示例:

"v2_060000231003b20faec8c6e4811dc1d4c602ee30b0771bbcf220c67926bb76ab7702ac335a53@finder"

keyword
string
必填

Keyword to search within this channel (1-100 chars

Required string length: 1 - 100
示例:

"See API documentation"

cursor
string | null

Pagination cursor: leave empty for the first page; pass back the previous response's next_cursor verbatim (opaque string, do not parse or concatenate

Maximum string length: 4096
raw
boolean
默认值:true

True=raw response; False=simplified parsed structure

响应

200

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