curl --request POST \
--url https://general-runtime.voiceflow.com/knowledge-base/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"question": "<string>",
"versionID": "<string>",
"projectID": "<string>",
"instruction": "<string>",
"chunkLimit": 15,
"synthesis": true,
"settings": {
"model": "<string>",
"temperature": 123,
"maxTokens": 123,
"system": "<string>",
"reasoningEffort": "<string>"
},
"tags": {
"include": {
"items": [
"<string>"
],
"operator": "<string>"
},
"exclude": {
"items": [
"<string>"
],
"operator": "<string>"
},
"includeAllTagged": true,
"includeAllNonTagged": true
},
"filters": {},
"internalFilters": [
{
"key": "<string>",
"value": "<string>",
"operator": "is"
}
]
}
'Query the knowledge base and retrieve answers to user questions. Send a question and receive a synthesized answer or relevant document chunks from the knowledge base.
curl --request POST \
--url https://general-runtime.voiceflow.com/knowledge-base/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"question": "<string>",
"versionID": "<string>",
"projectID": "<string>",
"instruction": "<string>",
"chunkLimit": 15,
"synthesis": true,
"settings": {
"model": "<string>",
"temperature": 123,
"maxTokens": 123,
"system": "<string>",
"reasoningEffort": "<string>"
},
"tags": {
"include": {
"items": [
"<string>"
],
"operator": "<string>"
},
"exclude": {
"items": [
"<string>"
],
"operator": "<string>"
},
"includeAllTagged": true,
"includeAllNonTagged": true
},
"filters": {},
"internalFilters": [
{
"key": "<string>",
"value": "<string>",
"operator": "is"
}
]
}
'Voiceflow Dialog Manager API key (VF.DM)
1 < x < 30Hide child attributes
Was this page helpful?