design.search_by_image
Find visually similar web design sections by uploading an image. Search layouts using AI visual embeddings with optional text queries and section type filters.
Instructions
画像から視覚的に類似したデザインセクションを検索します。Base64エンコード画像またはHTTPS画像URLを入力として受け付けます。DINOv2 visual embeddingを使用したHNSW検索で類似デザインを発見します。オプションのテキストクエリを指定すると、RRF 3-source融合(text 40% + vision 30% + fulltext 30%)でハイブリッド検索を実行します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Base64エンコードされた画像データ(data:image/...;base64,... 形式も可)またはHTTPS画像URL | |
| query | No | オプションのテキストクエリ(ハイブリッド検索用、日本語/英語対応、1-500文字) | |
| limit | No | 取得件数(1-50、デフォルト: 10) | |
| min_similarity | No | 最小類似度閾値(0-1、デフォルト: 0.3) | |
| section_type | No | セクションタイプフィルタ(hero, feature, cta, testimonial, pricing, footer等) |