Fetch request const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', Authorization: 'VF.DM.6619307aebb2f991425663a9.SI1x6b7f7uz4z0Xs' }, body: JSON.stringify({ chunkLimit: 2, synthesis: false, settings: { model: 'claude-instant-v1', temperature: 0.1, system: 'You are an AI FAQ assistant. Information will be provided to help answer the user\'s questions. Always summarize your response to be as brief as possible and be extremely concise. Your responses should be fewer than a couple of sentences. Do not reference the material provided in your response.' }, question: 'what is the dose of apixaban' }) }; fetch('https://general-runtime.voiceflow.com/knowledge-base/query', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err)); ---------------------------------------------------------------------------------------- Response { "output": null, "tokens": 0, "queryTokens": 0, "answerTokens": 0, "model": "", "multiplier": 1, "chunks": [ { "score": 0.9133911, "chunkID": "9f78b072-fe58-11ee-b88a-5eec51f26df8", "documentID": "66227ec2fba3874f388a34ce", "content": "for the....", "metadata": {}, "source": { "type": "pdf", "name": "apixaban.pdf", "tags": [ "apixaban" ] } }, { "score": 0.9099121, "chunkID": "9f78ac94-fe58-11ee-b88a-5eec51f26df8", "documentID": "66227ec2fba3874f388a34ce", "content": "data response ...", "metadata": {}, "source": { "type": "pdf", "name": "apixaban.pdf", "tags": [ "apixaban" ] } } ] }