image-search
Keyword-based and image-based search, combining an internal image library with Pinterest for joint retrieval. When a search returns no results, automatically retries with synonyms; if still empty, returns a not-found response.
meitu image-search
Usage Examples
# Scenario 1: Keyword search (required parameters only)
meitu image-search \
--prompt "Minimalist living room" \
--json
# Scenario 2: Specify result count and data source
meitu image-search \
--prompt "Coffee shop interior design" \
--size 10 \
--source_type pinterest \
--json
# Scenario 3: Image-based search + download results
meitu image-search \
--image_ids 12345 \
--image_ids 67890 \
--query_mode retrieve \
--size 4 \
--json \
--download-dir ./outputParameter Reference
| Parameter | Required | Description |
|---|---|---|
--prompt | No | Type: string[] |
--image_ids | No | Type: string[] |
--query_mode | Yes | Type: string |
--size | Yes | Type: number |
--source_type | Yes | Type: string |
--download-dir | No | Type: string |
--output | No | Type: string[] |
--json | No | Output results in JSON format for easy script or agent parsing |