Create or Upsert Chunk or Chunks
Create new chunk(s). If the chunk has the same tracking_id as an existing chunk, the request will fail. Once a chunk is created, it can be searched for using the search endpoint. If uploading in bulk, the maximum amount of chunks that can be uploaded at once is 120 chunks. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Body
JSON request payload to create a new chunk (chunk)
Request payload for creating a new chunk
Request payload for creating a new chunk
The body is of type object[]
.
Response
JSON response payload containing the created chunk
The response is of type object
.
The response is of type object
.
The response is of type object
.