---
title: "Get Stream Data"
method: GET
path: "/v1/api/stream/getstreamdata"
tags: ["stream"]
---

# Get Stream Data

`GET /v1/api/stream/getstreamdata`

Gets stream data using a file_token and presigned token. Requires API key.

## Query parameters

- `token` string, required
- `presigned_token` string, required
- `chosen_subtitle_index` string, nullable
- `chosen_audio_index` integer
- `chosen_resolution_index` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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