---
title: "Get Mixed Recommendations"
method: POST
path: "/api/v1/recommendations/mixed"
---

# Get Mixed Recommendations

`POST /api/v1/recommendations/mixed`

## Headers

- `x-api-key` string

## Request body

- MixedRecommendationParams
  - `seed_tracks` string[], required
  - `target_features` TargetFeatures
    - `tempo` number, nullable
    - `energy` number, nullable
    - `danceability` number, nullable
    - `valence` number, nullable
    - `instrumentalness` number, nullable
    - `acousticness` number, nullable
    - `duration_ms` integer, nullable — Target track duration in milliseconds (30s-15min)
    - `genre` string, nullable
    - `limit` integer
  - `limit` integer

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