v1
latestOpenAPI 3.1.02026-07-171921144.8 KBalert-verification-config
Get Config
Get configuration for a specific alert type
get/api/v1/verification/config/{alert_type}
Path parameters
alert_typestring required
Response
Config retrieved
Example response
{
"alert_type": "collision",
"created_at": "2025-06-01T10:00:00Z",
"output_category": "Vehicle Collision",
"prompt": "Analyze the scene for vehicle collisions or near-miss events.",
"system_prompt": "Answer the user's question correctly in yes or no",
"updated_at": "2025-06-01T10:00:00Z",
"vlm_params": {
"max_tokens": 512,
"model": "nvidia/cosmos3-nano-reasoner",
"num_frames": 10,
"temperature": 0.6
}
}