Skip to main content
POST
Search Videos Within a WeChat Channel
Search Videos Within a WeChat Channel 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
username
string
required

Creator finder username (v2_…@finder format

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

"v2_060000231003b20faec8c6e4811dc1d4c602ee30b0771bbcf220c67926bb76ab7702ac335a53@finder"

keyword
string
required

Keyword to search within this channel (1-100 chars

Required string length: 1 - 100
Example:

"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
default:true

True=raw response; False=simplified parsed structure

Response

200

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