search
Create Search
Run a search against a configured search tool.
The tool is taken from search_tool_name, which may be omitted when exactly one tool is configured.
Authentication modes:
- Master key: the user field is required and may name any existing user.
- API key: usage and spend always bind to the key's own user. A user field naming a different user is rejected with 403 (or ignored, when reject_user_mismatch is disabled); it is never billed to that user.
post/v1/search
Request body
Example request
{
"max_results": 5,
"query": "otari llm gateway"
}Response
Successful Response