Skip to main content
GET
/
api
/
songs
/
analyze
/
presets
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/songs/analyze/presets \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "presets": [
    {
      "name": "<string>",
      "label": "<string>",
      "description": "<string>",
      "requiresAudio": true,
      "responseFormat": "json"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Response

Presets listed successfully

status
enum<string>
Available options:
success
presets
object[]