The unlocking flow for streaming link is a bit more complex.

First hit the usual link/unlock endpoint. Two cases:<br /> <br /> Stream link has only one quality : downloading link is available immediatly.<br /> <br /> OR<br /> <br /> Stream links has multiple qualities : you must select the desired<br /> quality to obtain a download link or delayed id by using the<br /> link/streaming endpoint.<br /> <br /> Depending of the stream website, you'll either get a download link, or a<br /> delayed id (see Delayed link section for delayed links).<br />

get/link/streaming

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

idstring required

The link ID you received from the /link/unlock call.

streamstring required

The stream ID you choosed from the stream qualities list returned by /link/unlock.

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": [
      {
        "ext": "mp3",
        "quality": "mp3",
        "filesize": 3433538,
        "proto": "https",
        "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.