Response [200 Ok]

Uri /api/v2/image!color
UriDescription Color a set of images
EndpointType ColorImages

Timing

Total

cycles 1
objects 0
time 0.02501

Config

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

Options

Notes

  • Color Image Uris (ColorUris) is a comma-separated list
  • This endpoint will modify the original image and is not reversible

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

POST

Permissions
  • Modify

Parameters

POST

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/image!color?_accept=text%2Fhtml"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            },
            "POST": {
                "Permissions": [
                    "Modify"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET",
            "POST"
        ],
        "ParameterDescription": {
            "Select": "Select one option. Options should pass only the \"Value\".",
            "Text": "Variable length text from MIN_CHARS to MAX_CHARS (MAX_CHARS = INFINITY meaning arbitrary length)"
        },
        "Parameters": {
            "POST": [
                {
                    "Name": "Color",
                    "Required": true,
                    "ReadOnly": false,
                    "Default": null,
                    "Type": "Select",
                    "OPTIONS": [
                        "Auto",
                        "Tan",
                        "Sepia",
                        "B/W",
                        "Negative"
                    ],
                    "MIN_COUNT": 1,
                    "MAX_COUNT": 1
                },
                {
                    "Name": "ColorUris",
                    "Required": true,
                    "ReadOnly": false,
                    "Default": null,
                    "Type": "Text",
                    "MIN_CHARS": 0,
                    "MAX_CHARS": "INFINITY"
                }
            ]
        },
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "Color Image Uris (ColorUris) is a comma-separated list",
            "This endpoint will modify the original image and is not reversible"
        ]
    },
    "Response": {
        "Uri": "/api/v2/image!color",
        "UriDescription": "Color a set of images",
        "EndpointType": "ColorImages",
        "Timing": {
            "Total": {
                "time": 0.02501,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}