SuggestAPI is a search platform for teams that need fast autocomplete, typeahead, and document indexing in one stack.
The current product surface includes:
- Hybrid search that combines lexical FTS with semantic vector retrieval
- Fast precomputed typeahead suggestions
- Index creation, schema management, merchandising rules, and blue-green promotion
- Document ingestion by JSON, CSV, JSONL, Google Shopping feeds, and scheduled integrations
- Personalization, event tracking, and graph-based recommendations
Core workflow
Most teams use SuggestAPI in a loop:
- Create an index.
- Define schema and ranking behavior.
- Ingest documents or connect a sync source.
- Query
/v1/autocompleteor/v1/typeahead. - Track clicks, conversions, and personalization events.
- Tune ranking, merchandising, and integrations over time.
Main building blocks
Search
/v1/autocompletefor full ranked autocomplete/v1/typeaheadfor low-latency suggestion lookups- optional filters, personalization, spell correction, synonyms, and vector search
Data management
- logical indexes with active physical index promotion
- inline document ingestion and asynchronous bulk ingestion jobs
- schema, merchandising, export, reindex, and task endpoints
Integrations
- Google Sheets OAuth and scheduled sync
- Google Shopping feed import
- webhook ingestion paths for ecommerce and CRM flows
- Vendure plugin support from the companion plugin package
Controls and reporting
- customer usage summaries and daily usage endpoints
- API key management with public/private modes
- billing checkout and portal routes
- plan, file-size, document-limit, and overage controls
For a production-focused view of those constraints, see Service Limits.