QamaqQamaq
POST

Busca híbrida

/search/hybrid

Realiza busca híbrida combinando busca semântica e por palavras-chave para melhores resultados.

Corpo da Requisição

application/jsonobrigatório
{
query*:string

Search query

limit:integer

Default: 10

folder_id:string
file_types:string[]
include_content:boolean

Default: true

threshold:number

Default: 0.7

}

Exemplos de Código

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"}'

Respostas

200Search results

Response Body

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