Skip to main content
POST
Get WeChat Channels Collection Videos
Get WeChat Channels Collection Videos 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
topic_id
string
required

Collection ID (numeric, from topic_id of fetch_user_collections

Maximum string length: 32
Pattern: ^[0-9]+$
Example:

"14616794565351966924"

topic
string | null
default:""

Collection name (optional, improves hit rate

Maximum string length: 100
Example:

"See API documentation"

username
string | null
default:""

Creator finder username (optional, improves hit rate

Maximum string length: 256
Pattern: ^(v2_[0-9a-fA-F]+@finder)?$
Example:

"v2_060000231003b20faec8c6e4811dc1d4c602ee30b0771bbcf220c67926bb76ab7702ac335a53@finder"

last_buffer
string | null
default:""

Pagination cursor (base64), leave empty for first page

Pattern: ^[A-Za-z0-9+/=_-]*$
topic_type
integer
default:16

Collection type, default 16 (align with topic_type from fetch_user_collections

Required range: 0 <= x <= 1000
raw
boolean
default:true

True=raw response; False=simplified parsed structure (recommended for media download

Response

200

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