Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /album
  • /
  • /image
  • /
  • !download

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Url uri

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/album/dXFCVS/image/7tJDmdK-0!download"
    },
    "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": "Url",
                "Type": "Uri",
                "MAX_LENGTH": "INFINITY",
                "Locator": []
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "album"
            },
            {
                "type": "singleparam",
                "param_name": "albumkey",
                "param_value": "dXFCVS",
                "param_validator": {}
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "7tJDmdK-0",
                "param_validator": {}
            },
            {
                "type": "action",
                "text": "download"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/album/dXFCVS/image/7tJDmdK-0!download",
        "Locator": "AlbumImageDownload",
        "LocatorType": "Object",
        "AlbumImageDownload": {
            "Url": "https://photos.smugmug.com/Pacific-Region/Washington-Wing/Cascade-Falcon/2023/Day-1/i-7tJDmdK/0/LZG597DBXqcMXq6x8Q43ZKgwF8wJf2RkKqHJFWcjw/D/Garland%20Day%201%20%2851%29-D.jpg",
            "Uri": "/api/v2/album/dXFCVS/image/7tJDmdK-0!download",
            "UriDescription": "Download the image from the album"
        },
        "UriDescription": "Download the image from the album",
        "EndpointType": "AlbumImageDownload",
        "Timing": {
            "Total": {
                "time": 0.04531,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}