Bulk Create Evaluation Set Items

If you have a large number of files that you need to add to an evaluation set, you can use this endpoint to create multiple evaluation set items at once. This can be useful if you have a large dataset that you need to evaluate the performance of a processor against.

Note: you still need to create each File first using the file API.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-extend-api-versionenumOptional

API version to use for the request. If you do not specify a version, you will either receive a 400 Bad Request or be set to a previous legacy version. See API Versioning for more details.

Allowed values:

Request

This endpoint expects an object.
evaluationSetIdstringRequired

The ID of the evaluation set to add the items to.

Example: "ev_2LcgeY_mp2T5yPaEuq5Lw"

itemslist of objectsRequired

An array of objects representing the evaluation set items to create

Response

Successfully created evaluation set items

successboolean
evaluationSetItemslist of objects

Errors