المميزات
التكاملات
الأسعار
الوثائق
عرض المتجه ✨
تسجيل الدخول
سجل مجاناً
EN
ع
EN
ع
×
المميزات
التكاملات
الأسعار
الوثائق
عرض المتجه ✨
تسجيل الدخول
سجل مجاناً
الرئيسية
الوثائق
API Reference
API Reference
API documentation and endpoints reference
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