---
title: "Get Hidden Gems Recommendations"
method: POST
path: "/api/v1/recommendations/hidden-gems"
---

# Get Hidden Gems Recommendations

`POST /api/v1/recommendations/hidden-gems`

Get recommendations for lesser-known tracks with high-quality audio features.

## Headers

- `x-api-key` string

## Request body

- HiddenGemsParams
  - `similar_to_track_id` string, nullable — Optional reference track
  - `max_popularity` integer — Maximum popularity score (0-100)
  - `genre` string, nullable — Optional genre filter
  - `limit` integer — Number of recommendations

## Response `200`

Successful Response

- TrackIDList
  - `track_ids` string[], required

## Other responses

- `422` — Validation Error

---

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