Skip to main content

Create Testset

POST 

/testsets

Create a testset with given name, save the testset to Postgres.

Args: name (str): name of the test set. testset (Dict[str, str]): test set data.

Returns: str: The id of the test set created.

Request

Body

required
    name Name (string)required
    csvdata object[]required

Responses

Successful Response
Schema
    id Id (string)required
    name Name (string)required
    created_at Created At (string)required
Loading...