← Back to Blog
· Evidoc Team

Introducing the Evidoc API: Verifiable Document Intelligence for Your Product

Embed Evidoc's Knowledge-Graph reasoning engine into your own product, agent, or pipeline. Three retrieval routes, click-to-verify citations, secured behind a managed API gateway. Prepaid credits, pay as you go — start for $1.

api developers platform graphrag integrations

The product is now a platform

Until now, Evidoc was a place you went to: upload your documents, ask questions, get cited answers. That’s still the easiest way to use the product, and it isn’t going anywhere.

But over the last few months, we kept getting the same question from teams building their own AI products:

“Can we use your retrieval engine inside our app?”

Today the answer is yes. The Evidoc API is now available — the same Knowledge-Graph reasoning engine that powers our web app, exposed as a server-to-server API behind a managed gateway.

What you get

A single endpoint, POST /hybrid/query, that takes a natural-language question and returns a synthesized answer with:

Here’s the smallest possible example:

curl -X POST "https://graphrag-apim-wg3temevssbja.azure-api.net/graphrag/hybrid/query" \
  -H "Content-Type: application/json" \
  -H "Ocp-Apim-Subscription-Key: <YOUR_KEY>" \
  -H "X-API-Version: v2" \
  -d '{"query": "What is the contract termination notice period?"}'

That’s it. No SDK to install, no auth dance, no local setup. The same retrieval engine that powers Evidoc.com is now one HTTPS call away.

Three reasoning routes, picked for the question

Different questions need different retrieval strategies. The API exposes three:

If you don’t pick one, the server picks for you based on the query. If you do, you take control of the cost/quality trade-off.

How we secured it

Sending raw API calls to a backend is easy to ship and easy to regret. We chose a different design: every customer call goes through an Azure API Management gateway that we control end-to-end.

The gateway:

You never handle Azure AD tokens. You never expose backend URLs. Your subscription key is the only secret to manage. If we need to rotate keys, change backend topology, or add a new region — that’s our problem, not yours.

For customers who need it, the same gateway supports per-subscription isolation, dedicated throughput, and Virtual Network integration as add-ons.

Who this is for

The API is built for teams who want verifiable answers from their own document corpus, exposed inside their own product. Some of the integrations we’ve seen take shape:

If your product needs an LLM to read documents and never make things up, you’ve found the right tool.

Pricing — prepaid credits, pay as you go

API pricing is prepaid and usage-based. You buy credits up front and spend them as you go — no subscription, no monthly commitment, and credits never expire. Every API call draws down your balance based on real usage, so a simple lookup costs a few credits and a complex multi-hop query costs more.

What that looks like:

Start for $1 → · Talk to us about enterprise →

What’s next

The full reference is in the Programmatic API Reference PDF — endpoint details, all request/response schemas, error codes, Python and cURL examples. It’s the same doc we hand to integration customers.

On our side, the roadmap for the rest of the quarter:

  1. Self-serve key rotation — rotate keys directly from the dashboard
  2. Per-tenant rate limit isolation — currently shared, soon dedicated
  3. Streaming responses — for chat-style integrations that need first-token latency
  4. Webhook events — for indexing completion and quota alerts

If any of those land on your critical path, tell us — early API customers shape what we build next.


Want to integrate Evidoc into your product? Get your API key — start for $1, or email support@hulkdesign.com with questions.

Ready to try document AI with proof?

Try Evidoc Free