Skip to main content
POST
Get WeChat Channels Video Detail
获取视频号作品详情 计费 — 成功调用基准价 $0.0145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

AIsa API key. Get yours at https://aisa.one

请求体

application/json
object_id
string | null
默认值:""

Video objectId (numeric, highest priority

Maximum string length: 32
Pattern: ^[0-9]*$
示例:

"14941130915890399732"

export_id
string | null
默认值:""

expires soon

Maximum string length: 2048
Pattern: ^(export/.+)?$
object_nonce_id
string | null
默认值:""

Optional objectNonceId (numeric, improves hit rate

Maximum string length: 32
Pattern: ^[0-9]*$
share_url
string | null
默认值:""

…), used only when object_id and export_id are empty

Maximum string length: 256
Pattern: ^(https?://weixin\.qq\.com/sph/[A-Za-z0-9]+/?)?$
raw
boolean
默认值:true

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

响应

200

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