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

KeyDatatypeRequiredDescription
render_speed_overstringShow descriptors with an average render speed that is greater than or equal to the specified value
band_idstringShow descriptors that contain the specified band (case-sentsitive)
band_namestringShow descriptors with the specified band name (case-sensitive)
pagenumberPage number
per_pagenumberNumber of results per page
idstringShow descriptors with the specified IDs (case-sensitive)
instrument_namestringShow descriptors with the specified instrument name (case-sensitive)
instrument_idstringShow descriptors with the specified instrument ID (case-sensitive)
tempostringShow descriptors whose tempo range includes the specified tempo in beats per minute
tempo_tostringShow descriptors with a tempo that is less than or equal to the specified number
tempo_fromstringShow descriptors that have a tempo range that includes the specified tempo in beats per minute
namestringShow descriptors with the specified name (case-sensitive)
tagstringShow 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"]}]}