June 10th, 2025

Endpoint: GET /api/v2/ai/feedback/{request_id}/{status}
We've enhanced our GenAI Feedback API to provide better integration and streamlined feedback collection for AI model requests.
Simplified Feedback Collection: The feedback API now acts as a proxy service, forwarding feedback directly to our downstream AI services
UUID Support: Request IDs now support standard UUID format for better tracking and consistency
Boolean Status Values: Feedback status now accepts true/false values for clearer positive/negative feedback indication
Query Parameter Organization: Organization and group identifiers are now passed as query parameters for improved flexibility
GET /api/v2/ai/feedback/{request_id}/{status}?org={org_id}&group={group_id} Parameters:
request_id (path): UUID of the AI request
status (path): true or false feedback status
org (query): Organization identifier
group (query): Group identifier
Response:
200: Feedback submitted successfully (no response body)
400: Invalid parameters
500: Server or downstream API errors
Important: The standalone /assistant API endpoints have been removed and fully integrated into our SecuriTron AI platform.
Removed: All /assistant/* endpoints
Integrated: Assistant functionality is now natively available through SecuriTron
Enhanced: SecuriTron now provides a unified AI experience that helps automate scan setup and execution
If you were using the /assistant API:
Switch to SecuriTron: Access assistant capabilities through the main SecuriTron interface
Update Integration: Use the GenAI endpoints for AI-powered interactions
Leverage Enhanced Features: SecuriTron offers a self-learning system that continuously trains on your unique codebase and business context
Unified Experience: One AI assistant for all security and development needs
Context-Aware: Better understanding of your specific codebase and security requirements
Streamlined Workflow: No need to switch between different AI endpoints
API Documentation: developers.aquilax.ai/api-reference/genai/feedback
SecuriTron Guide: Available in the main AquilaX documentation
Support: Contact our development team for migration assistance
Stay tuned for more enhancements to our GenAI capabilities and SecuriTron integration. We're continuously improving our AI-powered security platform to provide better developer experiences.
For questions or support with these changes, please reach out to our development team.