Search for similar objects by embedding
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for searching similar object embeddings.
Object search model to use for embeddings
CLIP_512, UNKNOWN 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.
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].
OK
Response object for searching similar object embeddings.