Overview
Neode can automatically generate triples from natural language using AI. Just describe what you want to know, and Neode extracts structured facts.Basic Generation
With Web Search
Enable web search for real-time information:Streaming vs JSON
JSON Format (Recommended for APIs)
Returns complete response after generation:Streaming Format (Default)
Streams results as they’re generated (good for UIs):Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural language description of what to extract |
index_id | UUID | Yes | Index for entity disambiguation |
graph_id | UUID | No | Graph to store triples in |
web_search | boolean | No | Enable web search (default: true) |
triple_count | integer | No | Target number of triples (default: 10, max: 50) |
predicates | string[] | No | Restrict to specific predicate types |
Controlling Output
Specify Triple Count
Restrict Predicates
Focus on specific relationship types:Add to a Graph
Store generated triples in a specific graph:Credits and Pricing
| Operation | Credits |
|---|---|
| Generation without web search | 2¢ |
| Generation with web search | 5¢ |
Insufficient Credits
When credits are low, you’ll receive:Query Tips
Be Specific
Provide Context
Ask for What You Need
Example Use Cases
Research Assistant
Competitive Intelligence
Knowledge Base Building
News Monitoring
Error Handling
Rate Limits
If you hit rate limits:Invalid Requests
API Reference
See the complete Generation API documentation.