- An
asset_id
that belongs to your index - For videos, a
video_timestamp
(in seconds) when asking about a specific frame
Ask about an image or video frame
answer
and optionally reasoning
.
Get coordinates of a point-of-interest
{ x, y }
pixel coordinates.
Get bounding boxes for objects
{ x_min, y_min, x_max, y_max }
.
Access control and errors
- You can only analyze assets in your own indexes. Sample indexes may be publicly viewable when marked ready.
- For video assets,
video_timestamp
is required. - 404 if asset or index cannot be found; 403 if you do not have access.
See API reference for exact request and response schemas.