This method allows to create new images.

    (object/array) Images to create.

    (object) Returns an object containing the IDs of the created images under the imageids property. The order of the returned IDs matches the order of the passed images.

    Create an image

    Create a cloud icon.

    Response:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. ]
    4. },
    5. "id": 1

    CImage::create() in ui/include/classes/api/services/CImage.php.