Skip to main content
POST
Search project content
Search answers “where does this appear?” by running hybrid semantic + keyword search across all indexed content in a project. Optionally combine with visual similarity search using a reference image. Search is synchronous and returns results immediately (not an async job).

Request

When image_url is provided, search combines text-based results with visual similarity matching. The image must be a storage URI referencing a file within the target project.
Text and visual results are merged and ranked by combined relevance score.

Response

Authorizations

Authorization
string
header
required

API key prefixed with sk_. Example: Authorization: Bearer sk_xxx

Headers

X-API-Version
string
default:2026-01-01

API version

Path Parameters

project_id
string
required

Project ID

Body

application/json
query
string
required
limit
number
default:20
source_types
enum<string>[]
Available options:
block,
feature,
file
image_url
string

Response

Search results.

results
object[]