Create image item using URL

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

Required scope

boards:write

Rate limiting

Level 2

Path Params
string
required

Unique identifier (ID) of the board where you want to create the item.

Body Params
data
object
required

Contains information about the image URL.

position
object

Contains information about the item's position on the board, such as its x coordinate, y coordinate, and the origin of the x and y coordinates.

geometry
object

Contains geometrical information about the item, such as its width or rotation. You can set either the width or height, you cannot set both the width and height at the same time.

parent
object

Contains information about the parent this item must be attached to. A maximum of 5000 items can be attached to a frame. Passing null for parent.id directly attaches an item to the canvas.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json