Create an image in a muralpost https://app.mural.co/api/public/{version}/murals/{muralId}/widgets/imageCreate an image widget in a mural. Authorization scope: murals:writePath ParamsmuralIdstringrequiredUnique identifier of a mural.Body ParamsborderbooleanDefaults to falseIf true, a black border is displayed around the widget.truefalsecaptionstringThe caption and outline title of the image widget.descriptionstringThe caption description text of the image widget.heightnumberrequiredDefaults to 138The height of the widget in px.hiddenbooleanDefaults to falseIf true, the widget is hidden from non-facilitators. Applies only when the widget is in the outline.truefalsehyperlinkurilength between 0 and 1024The URL used in the widget.instructionstringThe instructions for a section of the outline. This text can only be added and modified by a facilitator.namestringrequiredThe name of the image. The allowed image formats are: bmp, ico, gif, jpeg, jpg, png, webp.parentIdstringThe ID of the area widget that contains the widget.presentationIndexnumberDefaults to -1The list order of the widget in the outline.rotationnumberā„ 0Defaults to 0The angle of widget rotation in degrees.showCaptionbooleanWhen true, captions will be displayed for the image widget.truetruefalsestackingOrdernumberThe z-index stacking order of the widget.widthnumberrequiredDefaults to 230The width of the widget in px.xnumberrequiredThe horizontal position of the widget in px. This is the distance from the left of the parent widget, such as an area. If the widget has no parent widget, this is the distance from the left of the mural.ynumberrequiredThe vertical position of the widget in px. This is the distance from the top of the parent widget, such as an area. If the widget has no parent widget, this is the distance from the top of the mural.Responses 201Success. 400Request invalid or malformed 401No authorization 403Access denied 404The resource was not found. 500API errorUpdated 8 days ago