List computer audio instruments

GET {{baseUrl}}/v2/ai/audio/instruments

This endpoint lists the instruments that you can include in computer audio. If you specify more than one search parameter, the API uses an AND condition.

Request Params

KeyDatatypeRequiredDescription
idstringShow instruments with the specified ID
per_pagenumberNumber of results per page
pagenumberPage number
namestringShow instruments with the specified name (case-sensitive)
tagstringShow instruments with the specified tag, such as Percussion or Strings (case-sensitive)

RESPONSES

status: OK

{"page":1,"per_page":1,"data":[{"id":"roomy_kit","name":"Roomy Kit","previews":[{"content_type":"audio/mp3","url":"https://public-cdn.ampermusic.com/instruments/previews/roomy_kit_v1.mp3"}],"tags":["Percussion","Aux Percs"]}]}