{"openapi":"3.1.0","info":{"title":"ArrivalGraph API","version":"0.2.1-paid-beta","description":"Seoul building-arrival context for AI agents. Input a WGS84 coordinate; get matched building structure and a transparent structural-arrival complexity score. Unknown entrance, elevator, parking, loading-zone and access-rule data is not inferred."},"servers":[{"url":"https://ozeejewwpjmabshxyitc.supabase.co/functions/v1"}],"paths":{"/arrivalgraph-context":{"get":{"operationId":"getArrivalGraphContext","summary":"Resolve a Seoul coordinate to building structural-arrival context","security":[{"ApiKeyAuth":[]}],"parameters":[{"name":"lat","in":"query","required":true,"schema":{"type":"number","format":"double"}},{"name":"lng","in":"query","required":true,"schema":{"type":"number","format":"double"}},{"name":"X-Client-Label","in":"header","required":false,"schema":{"type":"string","maxLength":80}},{"name":"X-ArrivalGraph-Source","in":"header","required":false,"schema":{"type":"string","maxLength":80}}],"responses":{"200":{"description":"Matched building context or no building within 80m."},"400":{"description":"Invalid coordinates."},"401":{"description":"Missing or invalid API key."},"422":{"description":"Outside current Seoul coverage."},"429":{"description":"API call quota exceeded."}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-API-Key"}}},"x-arrivalgraph":{"status":"public_paid_beta","coverage":"Seoul, Republic of Korea","demo":{"api_key":"demo","monthly_shared_quota":300},"pricing":[{"plan_key":"founder_10","price_usd":10,"validity_days":30,"call_quota":5000},{"plan_key":"builder_30","price_usd":30,"validity_days":30,"call_quota":25000},{"plan_key":"team_100","price_usd":100,"validity_days":30,"call_quota":100000}],"billing":"https://ozeejewwpjmabshxyitc.supabase.co/functions/v1/arrivalgraph-billing","docs":"https://ozeejewwpjmabshxyitc.supabase.co/functions/v1/arrivalgraph-docs","mcp":"https://ozeejewwpjmabshxyitc.supabase.co/functions/v1/arrivalgraph-mcp","non_claims":["entrance","elevator","parking","loading_zone","access_rules","delivery_eta"],"incremental_launch_cost_krw":0,"attribution":{"source":"VWorld 도로명주소건물","license":"공공누리 제1유형 (출처표시)","source_url":"https://api.vworld.kr/req/wfs"}}}