File size: 371 Bytes
7aa7167 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # API Reference
## Endpoints
### `POST /generate`
Generates a test suite from requirements text.
* **Body:** `{"requirements_text": "string"}`
* **Response:** JSON Test Suite with Z-Score Risk Analysis.
### `POST /codegen`
Converts a JSON test plan into executable Selenium Python code.
* **Body:** `{"test_plan": {Obj}}`
* **Response:** Python script string.
|