SandBase is live — $1 in free credits on signupStart free ›

WeChat MP modelsapi generation api

wechat-mp/v2/article-detail

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...

Input
Optional, default True. True=raw response; False=simplified projection.
WeChat MP article URL (`https://mp.weixin.qq.com/s/…` or long URL with `__biz`). E.g. `https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw`
Idle

Example output — click Run to generate your own

API README

Get WeChat MP Article Detail

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. It is suitable for wechat-mp workflows.

Capability

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. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Collect and normalize information from public pages or source content for downstream workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models