공개 검증 API
현재 웹 검증기는 /api/verify를 호출합니다. 파트너 접근, 키, 속도 제한, 캐싱 조건은 계약으로 처리됩니다.
CertiWatt는 공개 검증기와 같은 출처 기반 판정 엔진을 노출합니다: 모델 해석, 여정별 판정, 규칙 탐색, 출처 근거.
{
"verdict": "conditional",
"verdict_id": "cw_2026_05_example",
"ruleset_version": "2026-05-16",
"summary": "Carry-on only. Airline approval may be required.",
"route_factors": [
"Exact model capacity is evaluated against the active flight rules.",
"Departure country overlays and airline policy are checked before the verdict."
],
"article_body": "Carry-on only. Airline approval may be required.\n\nExact model capacity is evaluated against the active flight rules.\n\nDeparture country overlays and airline policy are checked before the verdict.\n\nCitation sources: CAAC (regulator, CN) https://...; Singapore Airlines (airline, SG) https://...",
"conditions": ["carry_on_only", "max_2_units"],
"citations": [
{ "kind": "regulator", "authority": "CAAC", "jurisdiction": "CN", "url": "https://...", "pulled_at": "2026-05-29" },
{ "kind": "airline", "authority": "Singapore Airlines", "jurisdiction": "SG", "url": "https://...", "pulled_at": "2026-05-29" }
]
}답변 엔진과 에이전트는 AEO manifest에서 CertiWatt의 2026 질문 가이드, 브랜드 허브, 롱테일 판정 페이지를 읽을 수 있습니다. 최상위에는 manifest_version, content_hash, ruleset_version, cache_policy, counts가 포함되며, 응답은 같은 hash의 X-CertiWatt-Content-Hash와 quoted ETag도 노출합니다. manifest 응답은 rel="describedby"로 schema도 링크하고, schema 응답도 X-CertiWatt-Schema-Hash와 quoted schema ETag를 노출합니다. 각 question guide 항목에는 short_answer, source_count, 절대 citation URL이 포함된 sources가 들어 있으며, 각 brand_hubs 항목에는 brand-level catalog discovery를 위한 model counts와 representative_models가 들어 있습니다. 각 long_tail_verdicts 항목에는 verdict, summary, route_factors, article_body, ruleset_version, citation_count, sources가 들어 있습니다. Programmatic verdict pages also expose Article JSON-LD articleBody with the verdict summary, route-specific signals, and citation source metadata: authority, kind, jurisdiction, URL, citation_kind, citation_jurisdiction, and pulled_at. The manifest is guarded for direct agent consumption: /aeo-manifest.json stays under 512KB, schema under 64KB, and each long-tail article_body under 1600 characters.
API 출력은 출처가 있는 정보 제공 판정입니다. 법률 자문, 공식 인증, 공항·항공사·보안 직원의 수락 보장으로 표시해서는 안 됩니다.