Skip to main content
POST
WeChat Channels Video Search
WeChat Channels Video 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"

duration
default:all

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

Example:

"short"

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

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

True=raw search response; False=simplified parsed structure

Response

200

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