x-api-key header (Bearer token format) for API-key-scoped access.curl --location '/v1/corpus//query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enable_rerank": true,
"mode": "string",
"only_need_context": true,
"query": "string"
}'{
"chunks": [
{
"content": "string",
"score": 0,
"source_id": "string"
}
],
"entities": [
{
"description": "string",
"name": "string",
"score": 0,
"type": "string"
}
],
"llm_response": "string",
"metadata": {
"high_level_keywords": [
"string"
],
"low_level_keywords": [
"string"
],
"query_mode": "string",
"rerank_applied": true
},
"references": [
{
"content": "string",
"source_id": "string"
}
],
"relationships": [
{
"description": "string",
"relationship": "string",
"score": 0,
"source": "string",
"target": "string"
}
],
"result": "string"
}