Annotate a media asset
annotate_mediaAdd pin-based comments to assets like images or reports with optional x/y coordinates for precise placement, returning a stable annotation ID and updated count.
Instructions
Add a pin-based comment/annotation to an asset. Optional x/y locate the pin (e.g. 0-1 relative coordinates on an image or report). Returns the new annotation (with a stable id) and the total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Pin x (e.g. 0-1 relative). | |
| y | No | Pin y (e.g. 0-1 relative). | |
| name | Yes | ||
| text | Yes | Annotation/comment body. | |
| author | No | ||
| project | Yes |