Annotate a media asset
annotate_mediaAdd pin-based comments to assets with optional x/y coordinates for precise annotation. Returns the new annotation and total 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 |