{"message":"Agentic Test Case Generation API","version":"1.0.0","description":"AI-powered test case generation service using Groq API","endpoints":{"POST /generate-test-cases":"Generate test cases from prompt and optional document","POST /generate-test-cases-stream":"Stream test case generation (NDJSON)","POST /modify-test-cases":"Apply AI command to specific test cases (targeted edit)","POST /generate-automation-script":"Generate automation scripts from test cases","POST /generate-combined":"Generate both test cases and automation scripts in one call","GET /health":"Health check endpoint","GET /docs":"Interactive API documentation","GET /redoc":"Alternative API documentation"},"chrome_extension_endpoints":{"GET /api/ping":"Health check for Chrome extension (returns 'pong')","POST /api/generate-ideas":"Generate test ideas from HTML source code","POST /api/automate-tests":"Generate automation scripts from HTML source code","POST /api/automate-tests-ideas":"Generate automation scripts from test ideas and HTML"},"usage":{"required_fields":["prompt","openrouter_api_key or groq_api_key"],"optional_fields":["num_test_cases","document","framework","dom_structure","component_code"],"supported_file_types":["PDF","DOCX"],"supported_frameworks":["selenium","playwright","cypress"]}}