Search AudioStack's voice library for the right voice(s) for your audio.

Enables you to search AudioStack's voice library from the API in a similar way to how you would on the front end.

You can provide a search string e.g. "serious"

You can defined a complex filter to narrow down the results e.g.

Find all matches for:

  • female voices only
  • english language only
  • american, irish and australian accents only
Body Params
string

Free text search query passed to the search engine. This is used to search for voices with some fuzzy matching.

filters
array of objects

Filters to apply. Each item is an object with one operator key (e.g. "in") and a value object with one filter field and its values.

Filters
boolean
Defaults to true

When true, applies filters strictly even with few results. In instances where the filters are overly restrictive, you may get fewer results than desired.

integer
Defaults to 3

In instances where you want to ensure a minimum number of results, you can set this parameter. You must also set forceApplyFilters to false. Filter conditions will be relaxed to attempt to return the minimum number of results.

string
enum

Field to sort results by. If omitted, results are sorted by AudioStack's internal priority.

Allowed:
integer
≥ 1
Defaults to 1

Page number to return (1-indexed).

integer
≥ 1
Defaults to 1000

Number of items per page.

Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json