---
title: "Get Conversion by ID Streaming"
method: GET
path: "/v2/MusicAI/stream"
deprecated: true
---

# Get Conversion by ID Streaming

`GET /v2/MusicAI/stream`

> **Deprecated.**

Streams the generated audio for a conversion created with **Music AI v2**.

To listen to the live stream, replace the placeholders in the example request with your actual `task_id` and `conversion_id`, and poll the endpoint until streaming becomes available:
https://api.musicgpt.com/api/public/v2/MusicAI/stream?task_id={your_task_id}&conversion_id={your_conversion_id}

## Query parameters

- `task_id` string, required
- `conversion_id` string, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/musicgpt/apis/musicgpt-api.md) · [All operations](https://skmtc.net/musicgpt/apis/musicgpt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/musicgpt/musicgpt-api/versions/6753dccf4c5d/schema)
