Search
Search by title within collection
post/collection/{collection_id}/search/title/
Path parameters
collection_idstring required
Example:default
Request body
Example request
{
"query": "search query",
"search_type": "llm"
}Response
Title search results
Example response
{
"success": true
}