Testcase
Create Testcase
Create a new Testcase
POST
Authorizations
Path Parameters
The ID of the Testset to create the Testcase in.
Example:
123
Body
application/json
The user query to be executed.
Example:
"What is the moon made of?"
The context to be used while generating the testcase.
Example:
"After the Apollo missions, we know the moon is made of cheese."
The ideal response to the user query.
Example:
"The moon is made of rock."
Response
200
application/json
Successful Response
The ID of the testset the testcase belongs to.
Example:
123
The user query for the testcase.
Example:
"What is the moon made of?"
The ID of the testcase.
Example:
100
The creation date and time of the testcase.
Example:
"2025-02-07T00:05:50.184396"
The context for the testcase.
Example:
"After the Apollo missions, we know the moon is made of cheese."
The ideal response for the testcase.
Example:
"The moon is made of rock."
Was this page helpful?