SmugMug API - Point of interest for image

Response [200 Ok]

Uri /api/v2/image/smj2FmM!pointofinterest
UriDescription Point of interest for image
EndpointType PointOfInterest
Locator PointOfInterest
LocatorType Object

PointOfInterest [1 of 1]
/api/v2/image/smj2FmM!pointofinterest

Uri /api/v2/image/smj2FmM!pointofinterest
UriDescription Point of interest for image

Uris

PointOfInterestCrops
/api/v2/image/smj2FmM!poicrops

Uri /api/v2/image/smj2FmM!poicrops
UriDescription PointOfInterest Crops for image
EndpointType PointOfInterestCrops
Locator PointOfInterestCrops
LocatorType List

Regions
/api/v2/image/smj2FmM!regions

Uri /api/v2/image/smj2FmM!regions
UriDescription Regions for image
EndpointType Regions
Locator Region
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.02458

Options

Path

  • /api
  • /v2
  • /image
  • /
  • !pointofinterest

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Height floatingpoint
Type select
  • Point
  • Region
Width floatingpoint
X floatingpoint
Y floatingpoint

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/image/smj2FmM!pointofinterest"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "Width",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Height",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "X",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Y",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Type",
                "Type": "Select",
                "OPTIONS": [
                    "Point",
                    "Region"
                ],
                "MIN_COUNT": 1,
                "MAX_COUNT": 1
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "smj2FmM"
            },
            {
                "type": "action",
                "text": "pointofinterest"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/image/smj2FmM!pointofinterest",
        "Locator": "PointOfInterest",
        "LocatorType": "Object",
        "PointOfInterest": {
            "Uri": "/api/v2/image/smj2FmM!pointofinterest",
            "UriDescription": "Point of interest for image",
            "Uris": {
                "Regions": {
                    "Uri": "/api/v2/image/smj2FmM!regions",
                    "Locator": "Region",
                    "LocatorType": "Objects",
                    "UriDescription": "Regions for image",
                    "EndpointType": "Regions"
                },
                "PointOfInterestCrops": {
                    "Uri": "/api/v2/image/smj2FmM!poicrops",
                    "Locator": "PointOfInterestCrops",
                    "LocatorType": "List",
                    "UriDescription": "PointOfInterest Crops for image",
                    "EndpointType": "PointOfInterestCrops"
                }
            }
        },
        "UriDescription": "Point of interest for image",
        "EndpointType": "PointOfInterest",
        "Timing": {
            "Total": {
                "time": 0.02458,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}