Search
Retrieve a search result from provided query on designated search provider. Args: request (SmartSearchSearchRequest): The request model for generating a response. Returns: SearchCollectionResponse: The search results.
- : Read Permissions
falseThe query to search for.
The maximum number of results to return. Defaults to 5.
5The codename.
deep_searchThe Bosa Token
Successful Response
Validation Error
Retrieve a search result from provided query on designated search provider. Args: request (SmartSearchSearchsRequest): The request model for generating a response. Returns: SearchCollectionResponse: The search results.
- : Read Permissions
The search query string that specifies the information to be retrieved.
The maximum number of results to return. Defaults to 20.
20Optional params. Defaults to empty string.
{}The Bosa Token
Successful Response
Validation Error
Retrieve a search result from provided query on designated search provider.
Args: request (SmartSearchSearchRequest): The request model for generating a response.
Returns: SearchCollectionResponse: The search results.
- : Read Permissions
The search query string that specifies the information to be retrieved.
List of provider ids source to search. Separated by comma.
The maximum number of results to return. Defaults to 20.
20Optional filter. Defaults to empty string.
""Successful response containing the search results.
Validation Error
Internal Server Error
Retrieve autosuggest from provided query on designated search provider.
Args: request (SmartSearchSearchRequest): The request model for generating a response.
Returns: list[str]: List of found autosuggest.
- : Read Permissions
The search query string that specifies the information to be retrieved.
List of provider ids source to search. Separated by comma.
The maximum number of results to return. Defaults to 20.
20Optional filter. Defaults to empty string.
""Successful response containing autocomplete suggestions.
["taman-purbakala-cipari. Berbagai penemuan benda dari zaman","Taman Wisata Alam dan Laut TWA.","taman wisata alam telah menjaga keaslian","taman nasional tertua di Indonesia yang","Taman Jaya yang terletak di Taman","taman wisata alam, menjadikan pantai ini","Taman Nasional Ujung Kulon terdapat hamparan","Taman Nasional Ujung Kulon yang telah","Taman Nasional Ujung Kulon, Situs Warisan","Taman Makam Pahlawan Taruna, Peristirahatan Terakhir","Taman Ismail Marzuki pada November 2024."]Validation Error
Internal Server Error
Retrieve text shingle from provided query on designated search provider.
Args: request (SmartSearchSearchRequest): The request model for generating a response.
Returns: list[str]: List of found text shingles.
- : Read Permissions
The search query string that specifies the information to be retrieved.
List of provider ids source to search. Separated by comma.
The maximum number of results to return. Defaults to 20.
20Optional filter. Defaults to empty string.
""Successful response containing shingles.
["taman makam pahlawan taruna peristirahatan","taman nasional ujung kulon terdapat","taman wisata alam","taman jaya","taman nasional ujung","taman makam pahlawan taruna","taman wisata alam telah menjaga","taman purbakala","taman nasional"]Validation Error
Internal Server Error
Retrieve result from provided query from web on designated search provider.
Args: request (SmartSearchSearchRequest): The request model for generating a response.
Returns: list[str]: List of found result.
- : Read Permissions
The search query string that specifies the information to be retrieved.
List of provider ids source to search. Separated by comma.
The maximum number of results to return. Defaults to 20.
20Optional filter. Defaults to empty string.
""Successful response containing search results.
Validation Error
Internal Server Error
Retrieve discovery result from provided query on designated search provider.
Args: request (SmartSearchDiscoveryRequest): The request model for generating a response.
Returns: list[str]: List of found result.
- : Read Permissions
A comma-separated string of provider IDs representing the discovery sources.
Successful response containing discovery results.
Validation Error
Internal Server Error
Retrieve Deep Search result.
Args: request (SmartSearchDeepSearchRequest): The request model.
Returns: list[str]: List of result.
- : Read Permissions
The search query string that specifies the information to be retrieved.
The codenames (separated by comma).
""Optional parameters. Defaults to empty string.
""The Bosa Token
Successful response of deep search results.
Validation Error
Internal Server Error
Retrieve Browse result.
Args: request (SmartSearchBrowseRequest): The request model.
Returns: list[str]: List of result.
- : Read Permissions
The codenames (separated by comma).
""The search query string that specifies the information to be retrieved.
The URLs to browse.
The Bosa Token
Successful response containing learning points from the provided URLs.
Validation Error
Internal Server Error
Last updated
