Text to Audio Search

Performs an audio search using a text query.

Headers

AuthorizationstringRequired

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

Request

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

Response

Successful Response
datalist of any
The paginated results

Errors