---
title: "Get BPM for songs"
method: POST
path: "/dcd/music/bpm"
tags: ["dcd"]
---

# Get BPM for songs

`POST /dcd/music/bpm`

Get BPM for songs even if we know it or try to find it as fallback

## Request body

- SongBPMList[]
  - `id` integer, required
  - `bpm` integer
  - `meta` SongBPM, required
    - `title` string, required
    - `album` string, required
    - `duration` integer, required
    - `filename` string, required

## Response `200`

Response with each song ID and BPM

- object
  - `songs` BPMResponse[]
    - `id` integer
    - `bpm` integer

## 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.

---

[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)
