Back to WeChat
TikHub·WeChat

WeChat Media Platform V2: Get WeChat MP Article Detail

/api/v1/wechat_mp/v2/fetch_article_detailsync$0.015 / call

Pass an article URL to get the article body / title / author / cover / publish time / album info.. Regardless of raw, the nested content JSON string is always parsed into an object (structure normalized); raw only controls the projection scope of outer fields.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30 sec… (TikHub · WeChat Media Platform V2)

Input
FieldTypeRequiredDescription
urlstringyesmp.weixin.qq.com / s / WeChat MP article URL (https: / mp.weixin.qq.com / s / … or long URL with biz)
rawbooleanTrue=raw response; False=simplified parsed structure (default true)

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/wechat_mp/v2/fetch_article_detail","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.