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:
| Header | Description | Required |
|---|---|---|
x-storeid | Your store ID (from the Seekora dashboard) | Yes |
x-storesecret | Store read secret — for search, filters, suggestions, and read operations | For read operations |
x-store-write-secret | Store write secret — for indexing documents, updating schemas and config | For write operations |
Find your credentials in the Seekora Dashboard under Store Settings > API Keys.
Guides
Endpoints
| Category | Endpoints |
|---|---|
| Search | Search (POST/GET), Multi-Search, Facet Values, Filters |
| Indexing | Schema management, Document CRUD, Bulk indexing |
| Query Suggestions | Autocomplete suggestions, Configuration |
| Analytics | Event submission, Batch events, Validation |
| Store Management | Store info, Configuration, Config schema |