Get precise coordinates for objects in an image using Moondream’s point method.
This endpoint locates specific objects mentioned in the query and returns their pixel coordinates in the image.
cURL
curl --request POST \ --url http://0.0.0.0:8008/analyze/point \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "query": "<string>", "video_timestamp": 123 } '
{ "points": [ { "x": 123, "y": 123 } ] }
JWT in Authorization header. 'Bearer ' prefix optional.
Successful Response
Show child attributes