Explore natrul.ai Core Features

No-Code / Low-Code Context Management
Flexible options for teams & developers

Manage app and user-level context directly through the natrul.ai workspace or build your own ingestion pipelines via API. Easily upload, update, or remove indexed documents without writing backend logic.

Use Cases: team onboarding, AI-ready support docs, developer-controlled automations

POST /api/v1/apps/add-context FormData: app_id, owner_id, files[]
Query Assistant
Ask questions, get answers from your own content

Send natural language queries to receive AI-generated answers grounded in the content you’ve uploaded. No model training required — it works out of the box.

Use Cases: custom AI chatbot, internal Q&A tools, contextual FAQs

POST /api/v1/ai/query Body: {"query": "What are our onboarding steps?", "app_id": "YOUR_APP_ID"}
Context-Aware Retrieval
Smart search through app & user data

Retrieve relevant results from uploaded documents using vector search tailored to your app or user ID. Results are ranked by semantic relevance.

Use Cases: smart document search, helpdesk AI, organization-specific lookup

POST /ai/retrieve-context Body: {"query": "reset password", "app_id": "YOUR_APP_ID"}
Smart Autocomplete
Instantly complete phrases from indexed context

Auto-complete partial user input using terms from your indexed documents. Perfect for predictive inputs or assistive form fields.

Use Cases: autocomplete search bars, field prediction, code suggestion

POST /ai/complete-input Body: {"query": "Auto", "app_id": "YOUR_APP_ID"}
Text Enhancement
Improve grammar and clarity automatically

Enhance the tone and structure of user-generated input while preserving the original intent. Ideal for customer replies or professional output.

Use Cases: support replies, AI-assisted writing, marketing content cleanup

POST /ai/enhance-input Body: {"query": "i dont know whats happening", "app_id": "YOUR_APP_ID"}

Coming Soon

Features we're working on bring to natrul.ai
Chat API
Improve grammar and clarity automatically

Enhance the tone and structure of user-generated input while preserving the original intent. Ideal for customer replies or professional output.

Use Cases: support replies, AI-assisted writing, marketing content cleanup

POST /ai/enhance-input Body: {"query": "i dont know whats happening", "app_id": "YOUR_APP_ID"}