Search
Asset Search
search.asset_search(SearchAssetSearchParams**kwargs) -> SyncSearchHitsOffset[SearchAssetSearchResponse]
POST/search/assets
Model Search
search.model_search(SearchModelSearchParams**kwargs) -> SyncSearchHitsOffset[SearchModelSearchResponse]
POST/search/models
ModelsExpand Collapse
class SearchAssetSearchResponse: …
class SearchAssetSearchResponse: …
metadata: MetadataMetadata containing detailed information about the asset’s properties and generation parameters
metadata: Metadata
Metadata containing detailed information about the asset’s properties and generation parameters
content: Optional[str]
Indexed body for text assets (AssetKind.Text). The full content lives in S3;
this field carries up to TEXT_INDEX_MAX_BYTES of UTF-8 for BM25 lookup.
Always undefined for non-text assets.
description: Optional[str]
Textual description of the asset. Can be either:
- User-provided description for training images
- Automatically generated caption for images and videos assets
- Automatically generated description for audio assets