Default
Endpoint for executing a deep search without browsing.
This function authenticates the user, triggers a deep search based on the provided query, and returns simplified metadata (title, source, body) from the results.
Args: request (SmartSearchGetSearchRequest): The form-based request containing token and query data.
Returns: JSONResponse: A list of search results with keys: "title", "href", and "body".
Raises: HTTPException: If the user is unauthorized or lacks the required "read:all" scope.
Notes: - The request must include a valid token with the "read:all" scope. - This function uses FastAPI's dependency injection to handle form parsing and token validation.
The search query string that specifies the information to be retrieved.
The Smart Search Token
""The Bosa Token
Successful Response
Validation Error
No content
Last updated
