Skip to main content
POST
/
github-intake
/
testKnowledge
/
:teamDataId
Test Knowledge Base
curl --request POST \
  --url https://www.api.baselink.tech/github-intake/testKnowledge/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "response": "<string>",
  "confidence": 123,
  "sources": [
    {}
  ],
  "sessionId": "<string>",
  "processingTime": 123
}
Test the knowledge base functionality for a specific team.
success
boolean
Indicates if the knowledge base test was successful.
response
string
The AI-generated response from the knowledge base.
confidence
number
Confidence score of the response (0-1).
sources
array
Array of sources used to generate the response.
sessionId
string
The session ID for tracking the conversation.
processingTime
number
Time taken to process the request in milliseconds.