List computer audio descriptors
GET {{baseUrl}}/v2/ai/audio/descriptors
This endpoint lists the descriptors that you can use in the audio regions in an audio render.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
render_speed_over | string | Show descriptors with an average render speed that is greater than or equal to the specified value | |
band_id | string | Show descriptors that contain the specified band (case-sentsitive) | |
band_name | string | Show descriptors with the specified band name (case-sensitive) | |
page | number | Page number | |
per_page | number | Number of results per page | |
id | string | Show descriptors with the specified IDs (case-sensitive) | |
instrument_name | string | Show descriptors with the specified instrument name (case-sensitive) | |
instrument_id | string | Show descriptors with the specified instrument ID (case-sensitive) | |
tempo | string | Show descriptors whose tempo range includes the specified tempo in beats per minute | |
tempo_to | string | Show descriptors with a tempo that is less than or equal to the specified number | |
tempo_from | string | Show descriptors that have a tempo range that includes the specified tempo in beats per minute | |
name | string | Show descriptors with the specified name (case-sensitive) | |
tag | string | Show descriptors with the specified tag, such as Cinematic or Roomy (case-sensitive) |
RESPONSES
status: OK
{"page":1,"per_page":1,"data":[{"id":"documentary_underscore_heartfelt","average_render_speed":5.176429988784402,"bands":[{"id":"documentary_underscore_heartfelt_band_1","name":"Documentary Underscore Heartfelt Band 1"},{"id":"documentary_underscore_heartfelt_band_3","name":"Documentary Underscore Heartfelt Band 3"}],"instruments":[{"id":"documentary_underscore_heartfelt_high_aux_perc","name":"Documentary Underscore Heartfelt High Aux Perc"}],"max_tempo":80,"min_tempo":65,"name":"Documentary Underscore Heartfelt","previews":[{"content_type":"audio/mp3","url":"https://public-cdn.ampermusic.com/bands/previews/documentary_underscore_heartfelt_band_3_v1.mp3"}],"tags":["Neutral"]}]}