Download OpenAPI specification:Download
Documentation of the OX Software ImageConverter HTTP API.
Creating a new sequence of preview images for a source image under a certain image key, if not available, and/or retrieving the image with the given image key and best matching request format.
imageKey required | string The key of the image group. |
requestFormat required | string The image format for which a best matching image is to be returned. |
context | string Default: "" The context of the image group, if specified. |
sourceImage required | string <binary> The source image file for which the preview images are to be created. |
Creating a new sequence of preview images for a source image under a certain image key, if not available, and/or retrieving the image with the given image key and best matching request format as image/* MultipartEntity as well as the image metadata as application/json Multipart entity within the Multipart/form-data response
imageKey required | string The key of the image group. |
requestFormat required | string The image format for which a best matching image is to be returned. |
context | string Default: "" The context of the image group, if specified. |
sourceImage required | string <binary> The source image file for which the preview images are to be created. |
Creating a new sequence of preview images for a source image under a certain image key.
imageKey required | string The key of the image group. |
context | string Default: "" The context of the image group, if specified. |
sourceImage required | string <binary> The source image file for which the preview images are to be created. |
{- "code": 0,
- "message": "string"
}
Retrieving the image with the given image key and best matching request format.
imageKey required | string The key of the image group. |
requestFormat required | string The image format for which a best matching image is to be returned. |
context | string Default: "" The context of the image group, if specified. |
Retrieving the image with the given image key and best matching request format as image/* MultipartEntity as well as the image metadata as application/json Multipart entity within the mMultipart/form-data response
imageKey required | string The key of the image group. |
requestFormat required | string The image format for which a best matching image is to be returned. |
context | string Default: "" The context of the image group, if specified. |
Removing all images from the Image Server. This call leaves an Image Server with no images left after a succesful request!
context | string Default: "" The context of the image group, if specified. |
{- "code": 0,
- "message": "string"
}