Semantic search (powered by vector embeddings) over the brand session’s library images, ranked nearest-first. Library images are those whose source is uploaded (added by the user) or scraped (pulled in during onboarding) — generated images are excluded. Pass cursor from the previous response to paginate.
Documentation Index
Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Brand session UUID to search within
Visual concept to search for. Plain noun phrases work best — e.g., 'drone in flight', 'team working at desks', 'product on white background'.
1 - 500Max results to return (default 10, max 50)
1 <= x <= 50Pagination cursor from a previous response's nextCursor
Cosine-distance cutoff (smaller = stricter). Default 0.7 gives good relevance for most queries; loosen for long-tail matches, tighten for stricter recall. Distances above this threshold are dropped.
0 <= x <= 2OK