Skip to content

Quick search

POST
/image/quick-search

Returns up to 16 Meilisearch matches and, when authenticated, a separate list of matching favorites.

Request Body

application/json
JSON
{
  
"keywords": [
  
  
"string"
  
]
}

Responses

Quick-search results

application/json
JSON
{
  
"error": "string",
  
"data": {
  
  
"favorited": [
  
  
  
{
  
  
  
  
"id": 0,
  
  
  
  
"imageUrl": "string",
  
  
  
  
"text": "string",
  
  
  
  
"rating": "string"
  
  
  
}
  
  
],
  
  
"filtered": [
  
  
  
{
  
  
  
  
"id": 0,
  
  
  
  
"imageUrl": "string",
  
  
  
  
"text": "string",
  
  
  
  
"rating": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Body

Samples

Powered by VitePress OpenAPI