Skip to main content
POST
Get WeChat MP Account Services & Custom Menu
Get WeChat MP Account Services & Custom Menu 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

Official account username. Three forms are supported: gh_…, gh_…@app (mini-program-linked accounts) and custom WeChat IDs (e.g. nikejdi). Taken from $.data.content.user_name of the article detail endpoints

Maximum string length: 80
Pattern: ^[0-9A-Za-z][-_0-9A-Za-z]{1,63}(@[0-9A-Za-z]{1,16})?$
Example:

"gh_363b924965e9"

raw
boolean
default:true

True=raw response; False=simplified parsed structure

Response

200

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