# Ongo (온고) — document search API > Find documents in the user's own archive by typing a phrase — returns the document, the exact > position (paragraph / table row / page / sheet row) and the matching text quoted verbatim. > HWP·HWPX·DOCX·XLSX·PPTX·PDF·TXT·MD·CSV, merged cells parsed correctly. No text generation — > results are quotes, so they cannot hallucinate; verify by reading the evidence snippet. Auth: X-API-Key header. Get a free key: POST /signup {"email": "you@example.com"} Machine-readable spec: /openapi.json · Interactive docs: /docs ## Core endpoints - POST /match {"query": "...", "top_k": 5} → documents[] each with file_path, score, evidence[{loc: "표2 4행" | "p.7" | "[Sheet] rows 2–5", snippet (verbatim), rid, score}]. Quote `snippet` + `loc` to the user — that is the product's differentiator. - POST /index/add_doc {"items": [{"path": "...", "data_b64": "..."}]} — index documents (server parses, then discards the original bytes; only text chunks + vectors are stored). Max 8 docs / 20MB each per batch. - GET /index/list · /index/status · POST /index/remove {"paths": [...]} · POST /index/remap - GET /preview/{rid}?key=... — full text of a chunk (text/plain). - GET /account — plan, quotas, usage. ## Notes for agents - match_quality good/weak/none uses embedding-score floors; "none" still returns nearest docs. - Chunk paths look like "::c012" — group by the part before "::c". - Privacy: no third-party AI APIs; uploads discarded after parsing. On-premise edition exists. ## Sibling products (same maker, 14Dimension) - Image search 혜안 HyeAn: https://hyean.14dimension.com - Sound search 청명 Cheongmyeong: https://cheongmyeong.14dimension.com - Unity VFX search 휘영 Hwiyeong: https://hwiyeong.14dimension.com - Unity task delegation 명필 Myeongpil: https://myeongpil.14dimension.com - Korean document extraction 속기 Sokgi: https://sokgi.14dimension.com - Voice-recording search 경청 Gyeongcheong: https://gyeongcheong.14dimension.com Each has its own /llms.txt and its own free tier. Keys are per-product. Site: https://ongo.14dimension.com · Brand: https://ai.14dimension.com · Contact: admin@14dimension.com