{
  "openapi": "3.0.0",
  "info": {
    "title": "WeChat Channels Video Basic Info API (V1)",
    "version": "1.0.0",
    "description": "Resolves a copied WeChat Channels video link or short feed id into basic video and account fields. The response includes object id, object nonce id, title, cover, account v2Name, and interaction counts when available."
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global (default)"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn (optional for Mainland China)"
    }
  ],
  "paths": {
    "/api/weixin-channels/get-video-basic-info/v1": {
      "get": {
        "tags": [
          "WeChat Channels"
        ],
        "summary": "Video Basic Info",
        "description": "Resolves a copied WeChat Channels video link or short feed id into basic video and account fields. The response includes object id, object nonce id, title, cover, account v2Name, and interaction counts when available.",
        "operationId": "getApiWeixinChannelsGetVideoBasicInfoV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for this API service.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "feedInfo",
            "in": "query",
            "description": "WeChat Channels copied video link, finder-preview URL, or short feed id.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "202",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "500",
                        "600",
                        "601"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "16201400",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}