Skip to main content
POST
WeChat Universal 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"

business_type
enum<string>
默认值:all

ai_search) are gated server-side per account & region and currently always come back empty (count=0 plus a no_more message — still billed as a normal call). Use the categories field of an all search for the authoritative per-account tab list. Values outside this list are rejected (422

可用选项:
all,
account,
article,
video,
sticker,
underline,
encyclopedia,
live_stream,
comment,
listen,
news,
photos,
book,
moments,
image,
mini_game,
weixin_index,
ai_search
示例:

"account"

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 — it returns the first page every time

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

Pagination cursor: leave empty for the first page; for the next page pass back the cursor returned in 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.