Skip to Content
Code Fundi for VS Code · Cursor: install the extension →
DocsAPI referenceV2 APIOverview

V2 HTTP API

Base URL: https://api.codefundi.app. Auth: header X-API-Key. Auth kickoff routes are documented under Authentication.

V2 is the codebase-map API: unified search (and research via chat: true), repository indexing, blast radius, blueprint / scope, file documentation, history, usage stats, and API keys.

Common query parameters:

ParameterDescription
limitPage size (1–100, default 20)
offsetPagination offset (default 0)
order_bySort field (per-route default)
orderasc or desc

Endpoint groups

Practical combinations

  1. Index → search: Repositories POST /v2/repos/index/new → poll status → Search with repo_ids or repo_urls.
  2. Research: same as (1) with chat: true; consume NDJSON.
  3. Blast radius: Blast radius POST …/radius after the repo is indexed (DEV plan or higher).
  4. Markdown context: Blueprint + Files for LLM-ready docs.
Last updated on