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

示例

授权

Authorization
string
header
必填

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

请求体

application/json
keyword
string
必填

Search keyword (1-100 chars

Required string length: 1 - 100
示例:

"See API documentation"

duration
默认值:all

long/3 (20min+); string key or integer

示例:

"short"

sort
默认值:default

hot/2 (most liked); string key or integer

示例:

"hot"

publish_time
默认值:all

half_year/3; string key or integer

示例:

"week"

offset
integer
默认值:0

Pass 0 for the first page; use cursor to paginate (offset alone does not work

必填范围: x >= 0
cursor
string | null

Pagination cursor, same as universal search: leave empty for the first page; pass back the cursor from the previous response

raw
boolean
默认值:true

True=raw search response; False=simplified parsed structure

响应

200

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