> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unrealapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Random BPM Picker

`GET` `/random-bpm`

Generates a random BPM.

## Headers

| Name   | Value                |
| ------ | -------------------- |
| apikey | 28-Character API Key |

## Response

<Tabs>
  <Tab title="200">
    ```json theme={null}
    {
      "url": "https://api.unrealapi.com/temp_wavs/bpm-a7a39221-09ca-41c1-98d8-fe747527f1fb.mp3",
      "bpm": 138
    }
    ```
  </Tab>

  <Tab title="401: Unauthorized">
    **Error**\
    You didn't provide a valid API key.
  </Tab>
</Tabs>
