Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 683 Bytes

File metadata and controls

25 lines (15 loc) · 683 Bytes

semanticSearch

Semantic search over the MailKite documentation — returns the most relevant doc sections for a natural-language query (hybrid vector + keyword search over https://mailkite.dev/docs). Public; no authentication required.

HTTP: GET /v1/docs/search

Parameters

Name In Description
query query

Returns

semantic-search-response — see the semantic-search-response schema.

Example

res = mk.semanticSearch("domains")

← All methods · Docs · mailkite.dev