Text to Audio Search

Performs an audio search using a text query.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid4"
The unique identifier for the dataset
text_querystringRequired
The text query to search for
offsetinteger or any or nullOptional
Starting index to return
limitinteger or any or nullOptional
Max number of items to return
metadata_filtersobject or any or nullOptional
List of metadata filters to apply to the search

Response

Successful Response
datalist of any
The paginated results

Errors