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_id
The unique identifier for the dataset
text_query
The text query to search for
offset
Starting index to return
limit
Max number of items to return
metadata_filters
List of metadata filters to apply to the search
asset_type
The asset type to filter results by. If no asset type is selected the endpoint will search over images and videos
skip_moderation
Skip content moderation if enabled
Response
Successful Response
data
The paginated results
