This endpoint unlocks a given link.

This endpoint can return a delayed ID. In that case, you must follow the delayed link flow.

get/link/unlock

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

linkstring required

The redirector or protector link to extract links.

passwordstring

Link password (supported on uptobox / 1fichier).

Response

This endpoint retrieves a complete list of all available hosts for this user

statusstring

Example response

{
  "status": "success",
  "data": {
    "filename": "[zza].Micmacs.à.tire-larigot.2009.1080p.x265.AC3.mkv",
    "filesize": 1951233010,
    "host": "uptobox",
    "hostDomain": "uptobox.com",
    "id": "2bifjkf54f6",
    "link": "https://d01vz3.debrid.it/dl/2bifjkf54f6/%5Bzza%5D.Micmacs.%C3%A0.tire-larigot.2009.1080p.x265.AC3.mkv",
    "streams": [
      {
        "id": "hls",
        "ext": "m3u8",
        "filesize": 3433538,
        "proto": "https",
        "name": "m3u8",
        "link": "https://www43.uptostream.com/stream/54gwwydcf4/_m_main_0.m3u8",
        "tb": 130.621,
        "abr": 128
      }
    ]
  },
  "error": {
    "code": "LINK_HOST_NOT_SUPPORTED",
    "message": "This link is not supported."
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.