SearchJetEngine

API Reference

Comprehensive documentation to help you get the most out of SearchJet. Follow our step-by-step guides to integrate, configure, and optimize AI-powered search for your website or application.

What You Will Learn

  • Step-by-step integration guides for popular platforms
  • Best practices for search configuration and optimization
  • Tips for improving search relevance and user experience
  • Advanced features and customization options

Documentation

Webhooks

## Webhooks > **Status: Coming Soon** - Webhooks are not yet available in the SearchJet API. This page describes the planned functionality. ### Planned Features Webhooks will allow SearchJet to send real-time notifications to your server when specific events occur. This eliminates the need for po

Rate Limits & Quotas

## Rate Limits SearchJet enforces rate limits to ensure fair usage and service stability. This page explains the limits for each plan and how to handle rate limiting. ### Limits by Plan | Plan | Daily Search Limit | Index Operations | API Keys | |------|-------------------|------------------|----

Search API Deep Dive

## Search API Deep Dive The Search API is the core of SearchJet, providing full-text search capabilities powered by Meilisearch. Use this endpoint to search across all indexed content on your site. ### Endpoint ``` GET /v1/search ``` ### Authentication All search requests require a Bearer token

SearchJet API Documentation

# SearchJet Engine API Documentation ## Overview The SearchJet Engine API provides powerful, scalable search functionality for your applications. All API requests are made to the base URL below and must include authentication headers. **Base URL:** `https://app.searchjetengine.com` All endpoints

API Endpoints Reference

# API Endpoints Reference Quick-reference table for all SearchJet Engine API endpoints. Base URL: `https://app.searchjetengine.com` All endpoints require authentication via `Authorization: Bearer {api_key}` header unless noted otherwise. --- ## Search | Method | Path | Auth | Description | |---

Error Handling

# Error Handling SearchJet Engine API returns structured JSON error responses across all platforms. This guide covers error formats, HTTP status codes, and handling strategies for JavaScript, Python, PHP, and other environments. --- ## Error Response Format Every error response follows a consist

SDK Reference

# SDK Reference Official client libraries for integrating SearchJet Engine into your application. Each SDK handles authentication, request signing, error handling, and retries automatically. --- ## JavaScript / TypeScript SDK ### Installation ```bash npm install searchjet-connect ``` ### Initi

API Key Setup

# API Key Setup Complete guide to obtaining, configuring, and securing your SearchJet API keys across all supported platforms. --- ## Getting Your API Key ### Step 1: Create an Account Sign up at [app.searchjetengine.com](https://app.searchjetengine.com) if you haven't already. ### Step 2: Cre

Frequently Asked Questions

Where should I start if I am new to SearchJet?

Begin with the Get Started guide to create your account and connect your first data source. Then explore platform-specific integration guides for your CMS or framework.

Can I contribute to the documentation?

Yes. We welcome contributions. Visit our GitHub repository to suggest edits, report issues, or contribute new documentation articles.