Create multiple assets

Use this endpoint when importing assets from external systems or migrating data in bulk. For large-scale migrations, call this endpoint in batches.

For each asset, you need:

  1. Asset type ID: Retrieve available asset types using List asset types.
  2. Field IDs (optional): Get the fields associated with your asset type using List an asset type's fields.
  3. Site ID (optional): Retrieve available sites.

Requirements

📘

If you get a 400 response, check that the asset type ID is valid and that each field you send is associated with the asset type.

Body Params

The parameters for BulkCreateAssets

The parameters for BulkCreateAssets

assets
array of objects
required

Assets to be created.

assets*
Responses

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