Annotations are comments pinned to a precise location on a photo. Instead of writing “fix the hair on the left” in a general message, you click the exact spot on the image and type your note there. Both photographers and clients (approvers) can add annotations, reply to each other’s notes in threaded comments, and mark notes as resolved once the feedback has been addressed.Documentation Index
Fetch the complete documentation index at: https://docs.shootbin.com/llms.txt
Use this file to discover all available pages before exploring further.
Adding an annotation
Enter annotation mode
Open a photo and click the Add Note button (or press
Ctrl+N / Cmd+N). The cursor changes to a crosshair to indicate you are in annotation mode.Place your marker
Click anywhere on the photo to drop a marker at that position. For rectangular area annotations, switch to rectangle mode and drag to draw a box over the area you want to highlight.
Type your comment
A text input appears next to your marker. Type your feedback and press Save (or hit Enter) to post the annotation.
Annotations are pinned using percentage-based x/y coordinates relative to the photo, so they stay in the correct position regardless of screen size or zoom level.
Who can annotate
Photographers (owners)
Owners can add annotations, edit their own notes, move markers by dragging them in annotation mode, and delete any annotation on the photo.
Clients (approvers)
Approvers can add annotations and reply to existing annotation threads. They cannot delete notes left by other users.
Guest users can view photos and their annotations but cannot add or edit notes.
Annotation threads
Each annotation supports a reply thread, so conversations about a specific spot stay organized in one place.- Click on any annotation marker to open the thread panel.
- Type in the reply box at the bottom of the thread and press Send to post a reply.
- You can delete your own comments from a thread; owners can delete any comment.
Resolving annotations
Once you have addressed a piece of feedback, mark the annotation as resolved to keep the list tidy.Resolve a single annotation
Open an annotation and click Resolve. The marker turns grey and moves to the “Resolved” filter view. Click Unresolve to reopen it if needed.
API
You can manage annotations programmatically using the Shootbin API. All requests require a Bearer token andAccept: application/json.
Add an annotation
| Field | Type | Description |
|---|---|---|
comment | string | The annotation text. Required. |
x_position | float | Horizontal position as a percentage (0–100) of the photo width. |
y_position | float | Vertical position as a percentage (0–100) of the photo height. |
Delete an annotation
Related pages
- Review workflow — how the broader proofing loop works between photographer and client
- Approve, reject, and select photos for delivery — marking individual photos as approved or rejected