---
title: "Get the music's waveform url"
method: GET
path: "/dcd/music/{id}/waveform"
tags: ["dcd-music"]
---

# Get the music's waveform url

`GET /dcd/music/{id}/waveform`

Get a url for an image with the music's waveform

## Path parameters

- `id` integer, required

## Response `200`

The music's waveform url.

- MusicWaveformUrl
  - `url` string, required — URL for the music waveform image.

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.
- `400` — Error ocurred while trying to get the waveform
- `404` — The music could not be found by id

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
