June 10th, 2025

๐Ÿš€ New Feedback API & Security Assistant

API Changelog - June 2025

GenAI Feedback API Enhancement

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.

What's New:

  • 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

API Specification:

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


๐Ÿ”„ Breaking Changes

Assistant API Deprecation & SecuriTron Integration

Important: The standalone /assistant API endpoints have been removed and fully integrated into our SecuriTron AI platform.

What Changed:

  • 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

Migration Guide:

If you were using the /assistant API:

  1. Switch to SecuriTron: Access assistant capabilities through the main SecuriTron interface

  2. Update Integration: Use the GenAI endpoints for AI-powered interactions

  3. Leverage Enhanced Features: SecuriTron offers a self-learning system that continuously trains on your unique codebase and business context

Benefits of Integration:

  • 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


๐Ÿ“š Resources


๐Ÿ”ฎ Coming Soon

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.