Skip to content

ExoGraph APIBuild AI apps with knowledge graphs

Powerful graph-based reasoning, autonomous research, and semantic search – all in one API

ExoGraph Knowledge Graph

Quick Example

Generate an API key in your ExoGraph dashboard, then:

bash
# Chat with graph-based reasoning
curl -X POST https://exograph.ai/agent/interactions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "snap",
    "reasoning_engine": "graph",
    "messages": [{
      "role": "user",
      "content": "What are the key relationships in my knowledge base?"
    }]
  }'

Response includes credit usage:

json
{
  "messages": [...],
  "usage": {
    "credits_consumed": 3,
    "balance_remaining": 97,
    "operation": "chat_query",
    "model": "snap"
  }
}

Why ExoGraph?

vs. OpenAI API

  • ✅ Knowledge graph reasoning (not just completion)
  • ✅ Automatic entity extraction
  • ✅ Document-to-graph conversion
  • ✅ Autonomous research agent

vs. Pinecone/Weaviate

  • ✅ Complete end-to-end solution
  • ✅ AI reasoning included
  • ✅ No infrastructure management
  • ✅ Simple token pricing

vs. LangChain

  • ✅ Integrated service (not a framework)
  • ✅ No code required
  • ✅ Hosted and managed
  • ✅ Better abstractions

Ready to Start?

Released under the MIT License.