---
title: "The unlocking flow for streaming link is a bit more complex."
method: GET
path: "/link/streaming"
---

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

`GET /link/streaming`

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 />

## Query parameters

- `apikey` string
- `agent` string, required
- `id` string, required
- `stream` string, required

## Response `200`

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

- object
  - `status` string
  - `data` object
    - `filename` string
    - `filesize` integer
    - `host` string
    - `hostDomain` string
    - `id` string
    - `link` string
    - `paws` boolean
    - `streams` object[]
      - `id` string
      - `ext` string
      - `quality` string
      - `filesize` integer
      - `proto` string
      - `name` string
      - `link` string
      - `tb` number
      - `abr` integer
  - `error` object
    - `code` string
    - `message` string

---

[API](https://skmtc.dev/alldebrid/apis/alldebrid-api.md) · [All operations](https://skmtc.dev/alldebrid/apis/alldebrid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alldebrid/alldebrid-api/revisions/4856488e3924/schema)
