zooomr.photos.notes.add

Add a note to a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.

Authentication

This method requires authentication with 'write' permission.

Note: This method requires an HTTP POST request.

Arguments

api_key (Required)

Your API application key.

photo_id (Required)

The id of the photo to add a note to

note_x (Required)

The left coordinate of the note

note_y (Required)

The top coordinate of the note

note_w (Required)

The width of the note

note_h (Required)

The height of the note

note_text (Required)

The description of the note

Example Response

 {"note": {"id": 55943}, "stat": "ok"}