Skip to main content
POST
Creates a test set from existing conversation IDs. Add criteria separately before starting a run.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs write scope.
string
required
application/json

Body parameters

string
required
Non-empty test set name.
string
Optional description.
string[]
required
One to 200 existing conversation IDs. Each value must be a UUID.

Response

Returns the created TestSet object. New test sets return an empty criteria array until you attach criteria with Add criteria.