{
  "name": "Xiaohongshu URL Extractor",
  "usage": "GET /extract?url=<xhs_url> | GET /extract?text=<share_text>",
  "output": {
    "common": "{title, desc, type, author:{nickname,avatar,userId}, time, lastUpdateTime, ipLocation}",
    "video": "+ {videos:[{codec,streamType,size,bitrate,url},...]}",
    "normal": "+ {count:N, images:[{type:\"image\"|\"live\", image:\"...\", video:\"...\"|null},...]}"
  }
}