Documentation
Semantic Search
Pro and above plans support AI-powered semantic search — it understands your intent, not just keyword matches. ## Using Semantic Search ```bash curl "https://prompt.solokit.run/api/prompts/search?q=write+an+apology+email&semantic=true" \ -H "Authorization: Bearer ph_your_token" ``` > **INFO**: Semantic search uses vector embeddings — it finds conceptually related prompts even if the wording differs. Free plans use keyword search.
Continue Reading