Search similar object embeddings
Search for similar objects by embedding
Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request object for searching similar object embeddings.
Object search model to use for embeddings
CLIP_512, UNKNOWN, REIDENTIFICATION_NET, PERSON_VIT, PERSON_VITS, CLIP_REID End time in epoch milliseconds. Results returned will have occurred before this time.
Start time in epoch milliseconds. Results returned will have occurred after this time.
The id of the embedding event you want to find similar objects to. Typically this is obtained from a previous text search result.
Whether to include the embedding vector in the response.
Optional number of results to return. Setting to larger numbers will increase latency.
Optional object type filter to narrow results to only vehicles or only humans.
MOTION_HUMAN, MOTION_CAR Optional list of device uuids to filter result set on.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Optional region filter to return results only if they overlap with the supplied region. This is a list of perymyriad points defining a polygon. The first and last elements must be the same to make a connected polygon. For example, a triangle should have 4 points defined in this list.
Permyriad point [x, y]
Permyriad point [x, y]
Optional threshold applied to filter returned results, set as a float in [0.0, 1.0].
Response
OK
Response object for searching similar object embeddings.