Search Content
Search Endpoints
Search Content
Semantic search over entities, comments, and messages
POST
Search Content
Performs vector-similarity search over project content (entities, comments, and chat messages) using AI embeddings. Returns the most semantically relevant results for the given query. Requires a paid plan with semantic search enabled.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
The natural language search query.
Content types to search. Any combination of
entity, comment, message.Restrict search to a specific space.
Restrict message search to a specific conversation.
Maximum number of results to return. Maximum
50.Response
Returns an array of result objects ordered by similarity (highest first):sourceType— one of"entity","comment", or"message", indicating which type of record was matched.similarity— cosine similarity score between the query and the matched content.record— the fully populated entity, comment, or chat message object.
Error Responses
Plan Required — 403
Plan Required — 403

