Create image item using URL

POST {{baseUrl}}/v2/boards/:board_id/images

Adds an image item to a board by specifying an image URL.

Required scope

boards:write

Rate limiting

Level 2

Request Body

{"data"=>{"url"=>"https://miro.com/static/images/page/mr-index/localization/en/slider/ideation_brainstorming.png", "title"=>"Sample image title"}, "position"=>{"x"=>100, "y"=>100}, "geometry"=>{"height"=>100, "width"=>100, "rotation"=>0}, "parent"=>{"id"=>"{{parent_id}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring