QamaqQamaq
POST

Recherche hybride

/search/hybrid

Effectue une recherche hybride combinant recherche sémantique et par mots-clés pour de meilleurs résultats.

Corps de la requête

application/jsonrequis
{
query*:string

Search query

limit:integer

Default: 10

folder_id:string
file_types:string[]
include_content:boolean

Default: true

threshold:number

Default: 0.7

}

Exemples de code

curl -X POST "https://api.qamaq.io/api/v1/search/hybrid" \
  -H "Authorization: Bearer qmq_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"key": "value"}'

Réponses

200Search results

Response Body

{
query:string
results:object[]
total:integer
processing_time_ms:number
}