Bulk Create Prompt Test Cases
Prompt Datasets
Bulk Create Prompt Test Cases
Add multiple test cases to a dataset in a single request. Use for batch imports, e.g. from CSV or production logs.
Maximum 100 test cases per request.
POST
Bulk Create Prompt Test Cases
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
CreatePromptTestCasesResponse(data: list[server.api_routes.prompt_datasets_api_v2.PromptTestCaseResponse])

