Copy of

Adds different types of items to a board using files from a device. You can add up to 20 items of the same or different type per create call. For example, you can create 5 document items and 5 images in one create call. The bulk create operation is transactional. If any item's create operation fails, the create operation for all the remaining items also fails, and none of the items will be created.
To try out this API in our documentation:

  1. In the BODY PARAMS section, select ADD FILE, and then upload a local file. Repeat for each item that you want to add.
  2. Upload a JSON file that contains the bulk data for the items you want to create.

Required scope

boards:write

Rate limiting

Level 2 per item
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

Body Params
file
required

JSON file containing bulk data, where each object represents an item to be created. For details, see JSON file example.

resources
array of files
required

Array of items to create (PDFs, images, etc.). Maximum of 20 items.

Response

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