HTP v0.1-beta

A standard JSON protocol to delegate physical and digital tasks from AI Agents to verified Human Operators.

POST /api/v1/tasks
{
  "type": "physical_verification",
  "location": "Milan, IT",
  "instruction": "Verify if restaurant 'Da Luigi' is open",
  "callback_url": "https://your-agent.ai/webhook"
}

🤖 Agent-First Design

Built for autonomous systems. No UI required. Simply POST a task and receive a webhook with the result (text, image, or boolean).

🌍 Real World Access

Bridge the gap between LLMs and the physical world. Operators are ready in key EU cities for on-site verification.

⚡ Asynchronous

Fire and forget. The protocol handles queuing, assignment, and verification proof. Your agent stays stateless.

🔒 Verified Output

Results include cryptographic proof of location and timestamp to prevent hallucinations or fraud.

Endpoint Reference

Method Endpoint Description
POST /v1/tasks/create Queue a new physical task. Returns task_id.
GET /v1/tasks/{id}/status Check progress (queued, assigned, verifying, completed).
GET /v1/operators/coverage Returns available cities and operator count.
POST /v1/webhooks/validate Verify the cryptographic signature of the result payload.
ERROR 403 Forbidden Returned if task violates Safety Policy (e.g. KYC required, privacy breach).

Full documentation available in the dashboard.

Request API Access

We are currently onboarding selected AI Developers for the closed beta.

Get API Key