REST API: Embedded Images

Methods


TypeVer.Command parameterParameters
Getters
POST3.2+ uploadEmbeddedImage embeddedImageName=<name>
Content of the image must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
GET3.2+ downloadEmbeddedImage embeddedImageId=<id>
Content of the image is passed in the response body
(with a mime-type corresponding to the file name extension i.e. image/png) and filename as a response's parameter
Example of success:

Example of failure: