Create entities in batch
Entities
Create entities in batch
Creates multiple entities in a single request. Each entity is processed independently — a failure in one does not affect others.
Returns an array of {id, status} objects in the same order as the input array.
POST
Create entities in batch
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Body
application/json
Array of entities to create. Each item follows the same schema as single entity creation.
Minimum array length:
1
