Search
Search Codebase
Open Source
Partners
- AgentOps-AI
- CrewAIInc
Conversations
Prompts
Search
Agents
Providers
Tools
Usage
Potpie API
Secret Manager
Health
Search
Search Codebase
POST
/
api
/
v1
/
search
{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}