Laden...
Laden...
Generate legally-structured workplace safety assessments (GBU nach §5 ArbSchG) from any document or photo. Integrate directly into your software — no UI required.
curl -X POST https://api.velth.io/api/v1/analyze \ -H "X-Api-Key: vlth_live_your_key_here" \ -F "file=@workplace.pdf" \ -F "vertical=safebau"
{
"vertical": "safebau",
"total_hazards": 8,
"max_risk_level": 5,
"processing_time_ms": 1840,
"hazards": [
{
"id": "absturz_dach",
"name": "Absturz vom Dach",
"risk_level": 5,
"confidence": 0.94,
"legal_ref": "TRBS 2121, ASR A2.1",
"specialist": "Befähigte Person nach TRBS 1203",
"source_quote": "Dachabdichtungsarbeiten in 8m Höhe",
"controls": [
{ "type": "substitution", "name": "Hubarbeitsbühne statt Leiterarbeiten" },
{ "type": "technical", "name": "Absturzsicherung — Geländer 1,00m + Seitenschutz" },
{ "type": "organizational", "name": "PSAgA — Gurtsystem mit Falldämpfer" }
]
}
]
}Embed velth directly into your platform. Your users never leave. Pass a document or catalog, get structured JSON back, render it in your UI.