Start Test Generation
Start test-scenario generation for the workflow from its processed sources. Generation is asynchronous — poll GET /api/test-scenarios/{workflow_id} for the generated scenarios.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Body
application/jsonProject ID associated with the workflow
Optional list of categories to generate tests for.
List of languages for scenario generation (e.g., ['English', 'Spanish']). If None, defaults to English only.
Number of scenarios to generate. If None, auto-calculated from document complexity.
Limit generation to specific scenario types: happy-path, negative, edge-case, integration, red-team. If None or empty, all types are generated.
If True, generated scenarios are appended to existing ones. If False (default), existing scenarios are replaced.
Response
application/jsonSuccessful Response
Whether the operation was successful
Response message
Response data