Skip to main content
POST
WeChat Universal Search
WeChat Universal Search 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
keyword
string
required

Search keyword (1-100 chars

Required string length: 1 - 100
Example:

"See API documentation"

business_type
enum<string>
default: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

Available options:
all,
account,
article,
video,
sticker,
underline,
encyclopedia,
live_stream,
comment,
listen,
news,
photos,
book,
moments,
image,
mini_game,
weixin_index,
ai_search
Example:

"account"

sort
default:default

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

Example:

"hot"

publish_time
default:all

half_year/3; string key or integer

Example:

"week"

offset
integer
default:0

Pass 0 for the first page; use cursor to paginate (offset alone does not work — it returns the first page every time

Required range: 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
default:true

True=raw search response; False=simplified parsed structure

Response

200

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