Text to Image Search

Performs a search with text query and return a list of image results

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
asset_typeenum or nullOptional
The asset type to filter results by. If no asset type is selected the endpoint will search over images and videos
skip_moderationbooleanOptionalDefaults to false
Skip content moderation if enabled

Response

Successful Response
datalist of any
The paginated results

Errors