The Search API lets you find projects and research using natural language rather than exact keyword matching. A query like “mobile banking for gig workers” will surface projects about freelancer payroll or earned wage access — not just ones with those exact words. Results respect your privacy settings — you only see your own projects plus any research others have explicitly made public.Documentation Index
Fetch the complete documentation index at: https://docs.manticscore.com/llms.txt
Use this file to discover all available pages before exploring further.
Semantic search
Search across projects and completed research by meaning. A query like “mobile banking for gig workers” will surface projects about freelancer payroll, contractor invoicing, and earned wage access — not just ones with those exact words.Search query. Between 1 and 500 characters.
Maximum results to return. Upper bound: 50.
200 response
UUID of the matching project or research job.
The product idea text used to generate the embedding.
High-level category assigned during research (e.g.
fintech, devtools). null if not yet categorized.Cosine similarity score between 0 and 1. Higher values indicate a closer semantic match. Scores above 0.85 are typically strong matches.
true if the result belongs to the authenticated user. false means it is public research from another user.Results include your own data plus research that others have set to
reuse_scope: public. Private research from other users is never returned, regardless of similarity score.503 if the semantic search service is temporarily unavailable. Retry after a moment.
Find similar projects
Given a specific project, find other projects and research with semantically similar ideas. This endpoint uses a pre-computed embedding for the project, so it is fast and returns results immediately.Maximum results to return. Upper bound: 20.
200 response
How semantic search works
ManticScore generates a semantic representation of each project idea text automatically when research completes. The search index includes:- Your own projects and research jobs (all visibility settings)
- Other users’ research that has been set to
reuse_scope: public