Skip to main content
POST
Create entities in batch

Authorizations

x-api-key
string
header
required

API key for authentication.

Body

application/json
entities
object[]
required

Array of entities to create. Each item follows the same schema as single entity creation.

Minimum array length: 1

Response

Batch of entities created successfully.

entities
object[]
required

Array of created entity stubs in the same order as the input.

count
integer
required

Total number of entities created.

Example:

3