v1
latestOpenAPI 3.1.02026-07-171921144.8 KBalert-verification-config
List All Configs
Retrieve all alert type configurations
get/api/v1/verification/config
Response
Configs retrieved
Example response
{
"configs": [
{
"alert_type": "collision",
"created_at": "2025-06-01T10:00:00Z",
"output_category": "Vehicle Collision",
"prompt": "Analyze the scene for vehicle collisions.",
"system_prompt": "Answer yes or no",
"updated_at": "2025-06-01T10:00:00Z",
"vlm_params": {
"model": "nvidia/cosmos3-nano-reasoner",
"num_frames": 10
}
}
],
"count": 1,
"status": "success"
}