Skip to content

Search suggestions for command palette

GET
/api/search/suggest

Lightweight prefix search returning up to 8 results for autocomplete. Searches both organized and review books.

Parameters

Query Parameters

q*

Search prefix

Type
string
Required

Responses

Search suggestions

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": 0,
  
  
  
"title": "string",
  
  
  
"author": "string",
  
  
  
"status": "string",
  
  
  
"coverUrl": "string"
  
  
}
  
]
}

Samples