QamaqQamaq
GET

Wissensdatenbank durchsuchen (GET)

/search

Führt eine semantische Suche über die Wissensdatenbank mit Abfrageparametern durch.

Parameter

Abfrageparameter

NameTypBeschreibung
queryerforderlich
string

Search query

limit
integer

Maximum number of results

Standard: 10

folder_id
string

Limit search to specific folder

include_content
boolean

Include content snippets in results

Standard: true

threshold
number

Minimum relevance score

Standard: 0.7

Code-Beispiele

curl -X GET "https://api.qamaq.io/api/v1/search?query=value" \
  -H "Authorization: Bearer qmq_your_api_key"

Antworten

200Search results

Response Body

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