{
  "openapi": "3.0.0",
  "info": {
    "title": "微信视频号视频下载链接 API (V1)",
    "version": "1.0.0",
    "description": "通过对象ID返回微信视频号视频的可下载和可播放媒体链接。该接口还会保留视频元数据，如计数、封面图片、发布时间、媒体类型和账号字段（如果可用）。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/weixin-channels/get-video-download-url/v1": {
      "get": {
        "tags": [
          "微信视频号"
        ],
        "summary": "视频下载链接",
        "description": "通过对象ID返回微信视频号视频的可下载和可播放媒体链接。该接口还会保留视频元数据，如计数、封面图片、发布时间、媒体类型和账号字段（如果可用）。",
        "operationId": "getApiWeixinChannelsGetVideoDownloadUrlV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "用于获取可下载媒体链接的微信视频号视频对象ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectNonceId",
            "in": "query",
            "description": "可选的微信视频号对象nonce ID。提供它可以提高媒体查找的准确性。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "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": "16201430",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}