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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | Show instruments with the specified ID | |
per_page | number | Number of results per page | |
page | number | Page number | |
name | string | Show instruments with the specified name (case-sensitive) | |
tag | string | Show 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"]}]}