# ai_index_webhook_scan_create Receive and process file scan status from external security scanning services. This webhook endpoint receives scan results for files that have been submitted for security scanning. It processes the results asynchronously and determines if the files are safe for further processing. Args: request: The HTTP request containing scan result data. Returns: Response: A confirmation that the scan result was received and is being processed. Raises: BadRequest: If the provided scan result data is invalid. Endpoint: POST /api/ai-index/webhook/scan/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `file_id` (string, required) - `filename` (string, required) - `status` (string, required) - `message` (string, required) ## Response 200 fields (application/json): - `message` (string, required)