Skip to main content
Nosible Hero
Nosible Logo

TypeScript Client Documentation

Search, rebuilt for AI

Lightning Fast

Search operates at 1/100th the cost of current methods with real-time hyperparameter tuning.

🎯

Type Safe

Full TypeScript support with comprehensive type definitions and IntelliSense.

🚀

Easy to Use

Simple, intuitive API with just a few lines of code to get started.

Quick Example

import { NosibleClient } from 'nosible';

const client = new NosibleClient();

const results = await client.fastSearch({
question: 'Who has invested in Nosible?',
nResults: 15
});

console.log(`Found ${results.length} results`);

Features

  • 🔍 Fast Search - Optimized for speed
  • 📊 Standard Search - Balanced performance
  • 📦 Bulk Search - Large-scale data retrieval
  • Type Safety - Full TypeScript support
  • 🔒 Secure - API key authentication
  • 📚 Well Documented - Comprehensive guides

Ready to get started?

Check out our getting started guide and start building with Nosible today.

Get Started