{
  "openapi": "3.0.0",
  "info": {
    "title": "WeChat Channels Video Title API (V1)",
    "version": "1.0.0",
    "description": "Returns lightweight WeChat Channels video title and account fields by object id. It is suitable when only the title, media type, and account identity are needed without requesting downloadable media links."
  },
  "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-title/v1": {
      "get": {
        "tags": [
          "WeChat Channels"
        ],
        "summary": "Video Title",
        "description": "Returns lightweight WeChat Channels video title and account fields by object id. It is suitable when only the title, media type, and account identity are needed without requesting downloadable media links.",
        "operationId": "getApiWeixinChannelsGetVideoTitleV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for this API service.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "WeChat Channels video object id.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectNonceId",
            "in": "query",
            "description": "Optional WeChat Channels object nonce id. Supplying it can improve lookup accuracy.",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "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": "16201410",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}