Skip to main content

Seekora API Reference

Complete reference for the Seekora REST API. Includes guides for common integration patterns and detailed endpoint documentation with request/response schemas.

Base URL

https://api.seekora.ai

Authentication

All API requests require these headers:

HeaderDescriptionRequired
x-storeidYour store ID (from the Seekora dashboard)Yes
x-storesecretStore read secret — for search, filters, suggestions, and read operationsFor read operations
x-store-write-secretStore write secret — for indexing documents, updating schemas and configFor write operations

Find your credentials in the Seekora Dashboard under Store Settings > API Keys.


Guides

Getting Started

Authentication setup and your first API call in 5 minutes.

Get Started →

Search

Full-text search with filters, facets, sorting, and typo tolerance.

Search Guide →

Indexing

Define schemas, index documents, and manage your search data.

Indexing Guide →

Analytics

Track searches, clicks, conversions, and custom events.

Analytics Guide →

Endpoints

CategoryEndpoints
SearchSearch (POST/GET), Multi-Search, Facet Values, Filters
IndexingSchema management, Document CRUD, Bulk indexing
Query SuggestionsAutocomplete suggestions, Configuration
AnalyticsEvent submission, Batch events, Validation
Store ManagementStore info, Configuration, Config schema