human.visit · Tier H2
Attend a location and report against a brief
A verified person goes to the address and works through your checklist on site. From €49 excl. VAT, delivered standard — within 24 hours. You receive 2 photographs, a written statement from the person and a confidence score with its factors, as JSON. Available now in .
The person doing the work is paid €30 for this task — €30 per hour across an expected 60 minutes, including travel.
Use this when
You have a checklist that has to be worked through on site, and a single yes/no would lose most of the answer.
Do not use this for
Entering private homes, or anywhere the person would not be lawfully welcome as a member of the public.
What comes back
- 2 × photographs
- 1 × a written statement from the person
- A confidence score with the factors behind it
- A sealed evidence pack anyone can verify
How fast
| Tier | How fast | From |
|---|---|---|
standard | Standard — within 24 hours | €49 |
priority | Priority — within 6 hours | €99 |
urgent | Urgent — within 2 hours | €199 |
premium | Premium — within 60 minutes | €379 |
A tier is orderable only where measured response times support it — Barcelona currently caps at urgent. A quote for a city that cannot hit the tier is refused before it is sold, not quoted and then missed.
Example call
Request
{
"capability": "human.visit",
"location": {
"country_iso": "ES",
"city_slug": "barcelona"
},
"spec": {
"place": "Hotel X, Barcelona",
"brief": "Confirm reception is staffed, note the accessible entrance, photograph the lobby",
"checklist": [
"Reception staffed",
"Step-free entrance",
"Lift to all floors"
]
},
"sla": "standard",
"max_price_cents": 5900
}
Response
{
"ref": "HO-7K2M9X",
"status": "completed",
"answer": {
"summary": "Reception staffed; entrance step-free via the side door; lift serves all floors",
"visited_at": "2026-09-02T15:20:00Z"
},
"confidence_bps": 9700,
"cost_cents": 4900
}