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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-extend-api-version
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.
evaluationSetId
The ID of the evaluation set to add the items to.
Example: "ev_2LcgeY_mp2T5yPaEuq5Lw"
items
An array of objects representing the evaluation set items to create
Response
Successfully created evaluation set items
success
evaluationSetItems