Response [200 Ok]
| Uri | /api/v2/image |
|---|---|
| UriDescription | Base URI for image-related operations |
| EndpointType | ImageBase |
Uris
AddKeywords
/api/v2/image!addkeywords
| Uri | /api/v2/image!addkeywords |
|---|---|
| UriDescription | Add keywords to images |
| EndpointType | AddKeywords |
ColorImages
/api/v2/image!color
| Uri | /api/v2/image!color |
|---|---|
| UriDescription | Color a set of images |
| EndpointType | ColorImages |
CropImages
/api/v2/image!crop
| Uri | /api/v2/image!crop |
|---|---|
| UriDescription | Crop a set of images |
| EndpointType | CropImages |
Image
/api/v2/image/:imagekey
| Uri | /api/v2/image/:imagekey |
|---|---|
| UriDescription | Image by key |
| EndpointType | Image |
| Locator | Image |
| LocatorType | Object |
ImageSearch
/api/v2/image!search
| Uri | /api/v2/image!search |
|---|---|
| UriDescription | Search for images |
| EndpointType | ImageSearch |
| Locator | Image |
| LocatorType | Objects |
RemoveKeywords
/api/v2/image!removekeywords
| Uri | /api/v2/image!removekeywords |
|---|---|
| UriDescription | Removes keywords from images |
| EndpointType | RemoveKeywords |
RotateImages
/api/v2/image!rotate
| Uri | /api/v2/image!rotate |
|---|---|
| UriDescription | Rotate a set of images |
| EndpointType | RotateImages |
WatermarkImages
/api/v2/image!watermark
| Uri | /api/v2/image!watermark |
|---|---|
| UriDescription | Watermark Images |
| EndpointType | WatermarkImages |
Request
| Uri | /api/v2/image |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/image"
},
"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"
]
},
"Response": {
"Uri": "/api/v2/image",
"Uris": {
"Image": {
"Uri": "/api/v2/image/:imagekey",
"Locator": "Image",
"LocatorType": "Object",
"UriDescription": "Image by key",
"EndpointType": "Image"
},
"ImageSearch": {
"Uri": "/api/v2/image!search",
"Locator": "Image",
"LocatorType": "Objects",
"UriDescription": "Search for images",
"EndpointType": "ImageSearch"
},
"RotateImages": {
"Uri": "/api/v2/image!rotate",
"UriDescription": "Rotate a set of images",
"EndpointType": "RotateImages"
},
"ColorImages": {
"Uri": "/api/v2/image!color",
"UriDescription": "Color a set of images",
"EndpointType": "ColorImages"
},
"CropImages": {
"Uri": "/api/v2/image!crop",
"UriDescription": "Crop a set of images",
"EndpointType": "CropImages"
},
"WatermarkImages": {
"Uri": "/api/v2/image!watermark",
"UriDescription": "Watermark Images",
"EndpointType": "WatermarkImages"
},
"AddKeywords": {
"Uri": "/api/v2/image!addkeywords",
"UriDescription": "Add keywords to images",
"EndpointType": "AddKeywords"
},
"RemoveKeywords": {
"Uri": "/api/v2/image!removekeywords",
"UriDescription": "Removes keywords from images",
"EndpointType": "RemoveKeywords"
}
},
"UriDescription": "Base URI for image-related operations",
"EndpointType": "ImageBase",
"Timing": {
"Total": {
"time": 0.01271,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}