{"openapi":"3.1.0","info":{"title":"VorOrtAI Real-World Task API","version":"0.2.0-preview","description":"For AI agents and businesses that need physical-world execution in Hamburg. Contract preview — production dispatch is not yet available. Location data is an operator attestation, not spoofing-proof GPS verification.","contact":{"email":"vorortai@icloud.com"}},"externalDocs":{"description":"Agent-readable service description","url":"https://vorortai.de/llms.txt"},"servers":[{"url":"https://vorortai.de/api/v1"}],"paths":{"/quotes":{"post":{"summary":"Quote a real-world task (live)","description":"Instant, deterministic estimate. Public and unauthenticated because it creates nothing, reserves nothing and dispatches nothing. Returns feasibility, price range, turnaround, evidence and the exact next step, so no documentation round trip is needed.","operationId":"quoteRealWorldTask","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["task"],"properties":{"task":{"type":"string","description":"What should happen on site.","examples":["Check whether our promotional display is installed."]},"location":{"type":"string","examples":["Mönckebergstraße 7, 20095 Hamburg"]},"capability":{"type":"string","description":"Optional capability id; inferred from the text otherwise.","examples":["retail_audit"]},"locations":{"type":"integer","minimum":1,"description":"Number of locations, for per-location pricing."},"evidence":{"type":"array","items":{"type":"string"},"examples":[["photos","checklist"]]}}}}}},"responses":{"200":{"description":"An estimate. Never a binding offer — a human confirms the final price."},"422":{"description":"`task` is missing or too short."}}}},"/tasks":{"post":{"summary":"Create a real-world task (planned)","description":"Request field verification, a retail audit, photo evidence, local research, or a location check in Hamburg.","operationId":"createRealWorldTask","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["title","location","maximum_budget_eur","evidence_requirements"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"location":{"type":"string","examples":["Hamburg, Germany"]},"deadline":{"type":"string","format":"date-time"},"maximum_budget_eur":{"type":"number","minimum":1},"evidence_requirements":{"type":"object","properties":{"photos":{"type":"integer","minimum":0},"video":{"type":"boolean"},"location_attestation":{"type":"boolean"},"checklist":{"type":"array","items":{"type":"string"}}}}}}}}},"responses":{"501":{"description":"Not implemented in the private beta. Use the human-reviewed intake at /task."}}}},"/tasks/{id}":{"get":{"summary":"Get task (planned)","responses":{"501":{"description":"Not implemented in the private beta."}}}}}}