The Analyze API lets you query visual content in your assets. It uses Moondream to answer questions and to locate objects within images or at specific timestamps in videos. Prerequisites:Documentation Index
Fetch the complete documentation index at: https://docs.aspect.inc/docs/llms.txt
Use this file to discover all available pages before exploring further.
- An
asset_idthat 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_timestampis 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.