{
  "openapi": "3.0.0",
  "info": {
    "title": "Bilibili Share Link Resolution API (V1)",
    "version": "1.0.0",
    "description": "Get Bilibili share Link Resolution data, including resolved video and page identifier, for converting shortened mobile share links to standard bvid/metadata and automating content extraction from shared social media links."
  },
  "paths": {
    "/api/bilibili/share-url-transfer/v1": {
      "get": {
        "tags": [
          "Bilibili"
        ],
        "summary": "Share Link Resolution",
        "description": "Get Bilibili share Link Resolution data, including resolved video and page identifier, for converting shortened mobile share links to standard bvid/metadata and automating content extraction from shared social media links.",
        "operationId": "shareUrlTransferV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for the API.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shareUrl",
            "in": "query",
            "description": "Bilibili share URL (must start with https://b23.tv/).",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "redirect_url": "https://www.bilibili.com/video/BV1rzc4zeE2B?buvid=YC4F3EC97F5FAE6E4B85B4FF77F6B1474890&from_spmid=dt.space-dt.video.0&is_story_h5=false&mid=U9Olo6AtjysKD30YssoXCw%3D%3D&p=1&plat_id=114&share_from=ugc&share_medium=iphone&share_plat=ios&share_session_id=0D14A1C9-6566-44DE-B2A0-621E667026E7&share_source=COPY&share_tag=s_i&timestamp=1770803354&unique_k=fE5sNBV&up_id=21462517"
                  }
                }
              }
            }
          }
        },
        "x-order": 18001600
      }
    }
  },
  "components": {}
}