Graph Intelligence

Understand Every Relationship in Your Data

Surface the most influential entities, track evolving signals, and orchestrate AI actions from a single, connected view of your knowledge.

  • Cluster signals to identify emerging topics in real time
  • Rank entities by centrality to prioritize outreach and support
  • Trigger guided actions when high-impact anomalies occur

Powerful Features

Everything you need to build sophisticated knowledge graphs from text

🧠

Advanced NER

State-of-the-art named entity recognition using advanced ML models with support for custom entity types and high accuracy across domains.

šŸ”—

Relationship Extraction

Intelligent relationship detection between entities using proprietary models to understand context and semantic connections.

šŸ“Š

Knowledge Graph Generation

Automatically build structured knowledge graphs with nodes, edges, and properties from your extracted entities and relationships.

⚔

Multiple Processing Methods

Choose from Standard, Premium, or Enterprise processing methods based on your accuracy and budget requirements.

šŸ”

Secure & Scalable

Enterprise-grade security with JWT tokens, API keys, rate limiting, and comprehensive usage tracking and analytics.

šŸ’°

Token-Based Billing

Transparent usage-based pricing with accurate token counting, real-time cost calculation, and flexible subscription plans.

Processing Methods

Choose the right method for your accuracy and budget needs

⭐

Standard Processing

Cost-effective processing using optimized pipeline with ML model integration. Perfect for general-purpose applications.

Pricing Multiplier: 1x
Best for: General use cases
šŸš€

Premium (Advanced ML)

Advanced entity recognition and relationship extraction with custom entity types and superior accuracy for complex texts.

Pricing Multiplier: 1.5x
Best for: High accuracy needs
šŸ’Ž

Enterprise Processing

State-of-the-art knowledge extraction optimized for scientific and technical content with maximum accuracy.

Pricing Multiplier: 2x
Best for: Scientific content

Simple, Transparent Pricing

Choose the plan that fits your needs with clear, usage-based pricing

Lite

$9 /month
  • 50K tokens/month included
  • Standard processing only
  • Email support
  • Basic analytics
  • 7-day free trial
Overage: $0.0015 per 1K tokens
Start Free Trial

Enterprise

$99 /month
  • Volume discounts
  • All Pro features
  • Dedicated support
  • SLA guarantees
  • Custom integrations
Standard: $0.0008/$0.0015 per 1K tokens Premium: $0.0012/$0.0022 per 1K tokens Enterprise: $0.0016/$0.003 per 1K tokens
Start Free Trial

Interactive Demo

Try our knowledge graph extraction in real-time

Run the demo to view extracted entities.
Relationships appear here after processing.
The generated knowledge graph preview will render here.

API Documentation

Comprehensive documentation for integrating the Knowledge Graph Builder API

Quick Start

curl -X POST "https://api.kgb.metaomnis.com/extract-entities" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Apple Inc. was founded by Steve Jobs.",
    "entity_types": ["PERSON", "ORG"]
  }'

Response Format

{
  "entities": [
    {
      "text": "Apple Inc.",
      "label": "ORG",
      "start": 0,
      "end": 10,
      "confidence": 0.99
    }
  ],
  "usage": {
    "input_tokens": 12,
    "output_tokens": 45
  }
}

Get Started in Minutes

Begin building knowledge graphs from text in just a few simple steps

1

Sign Up

Create your account and get instant access to our API with a free trial that includes tokens to test all processing methods.

2

Get API Key

Generate your API key from the dashboard and start making requests immediately with our comprehensive documentation and examples.

3

Start Building

Integrate our API into your application and begin extracting entities, relationships, and building knowledge graphs from your text data.