Syntelligo Linguistic Graph API
# Syntelligo Semantic Knowledge Graph API The Syntelligo Semantic Knowledge Graph API provides programmatic access to a multilingual, graph-based lexical database, purpose-built for AI and NLP applications. Unlike traditional dictionary APIs, Syntelligo exposes semantic relations (synonyms, antonyms, hypernyms, hyponyms, meronyms, holonyms, related terms, etc.), in addition to definitions,…
Syntelligo Linguistic Graph API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
Definitions only /api/v1/nob/bil/definitions |
Retrieve only definitions for a given word. |
| GET |
Depth Search /api/v1/nob/bil/depth/2 |
Get word graph up to specified depth up to n levels deep. |
| GET |
Get Word by id /api/v1/word/345972 |
Fetch all word data by its unique ID. |
| GET |
Specific Relations /api/v1/nob/bil/synonyms |
Retrieve a specific semantic relation (e.g. synonyms, antonyms, hypernyms). |
| GET |
Word Lookup (all relations) /api/v1/nob/bil |
Fetch full word data including definitions, semantic relations, and more. |
Syntelligo Linguistic Graph API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | 2 / second |
|
| ULTRA | $99 / month | 5 / second |
|
| MEGA | $299 / month | 10 / second |
|