Surface the most influential entities, track evolving signals, and orchestrate AI actions from a single, connected view of your knowledge.
Everything you need to build sophisticated knowledge graphs from text
State-of-the-art named entity recognition using advanced ML models with support for custom entity types and high accuracy across domains.
Intelligent relationship detection between entities using proprietary models to understand context and semantic connections.
Automatically build structured knowledge graphs with nodes, edges, and properties from your extracted entities and relationships.
Choose from Standard, Premium, or Enterprise processing methods based on your accuracy and budget requirements.
Enterprise-grade security with JWT tokens, API keys, rate limiting, and comprehensive usage tracking and analytics.
Transparent usage-based pricing with accurate token counting, real-time cost calculation, and flexible subscription plans.
Choose the right method for your accuracy and budget needs
Cost-effective processing using optimized pipeline with ML model integration. Perfect for general-purpose applications.
Advanced entity recognition and relationship extraction with custom entity types and superior accuracy for complex texts.
State-of-the-art knowledge extraction optimized for scientific and technical content with maximum accuracy.
Choose the plan that fits your needs with clear, usage-based pricing
Try our knowledge graph extraction in real-time
Comprehensive documentation for integrating the Knowledge Graph Builder API
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"]
}'
{
"entities": [
{
"text": "Apple Inc.",
"label": "ORG",
"start": 0,
"end": 10,
"confidence": 0.99
}
],
"usage": {
"input_tokens": 12,
"output_tokens": 45
}
}
Begin building knowledge graphs from text in just a few simple steps
Create your account and get instant access to our API with a free trial that includes tokens to test all processing methods.
Generate your API key from the dashboard and start making requests immediately with our comprehensive documentation and examples.
Integrate our API into your application and begin extracting entities, relationships, and building knowledge graphs from your text data.