| Step | Endpoint | MCP tool |
|---|---|---|
| Upload a document | POST /knowledge-base-document-upload | upload_knowledge_base_document |
Upload a document
The endpoint accepts either amultipart/form-data upload (binary file) or application/json (base64-encoded file). Both require a knowledge_base_store_id.
knowledge_base_id for the created record. The document is then queued for processing (parsing + indexing) asynchronously.
Use the knowledge base in an interview
Once documents are processed, reference the store when you create an interview:- Whole interview — set
knowledge_base_store_idonjob-interview-createorjob-interview-create-from-array. - Per question — set
knowledge_base_idon an individual item in thequestionsarray (Option B) so only that question is grounded in the store.
Next steps
Create an interview
Reference your store to ask grounded questions.
Review results
See how candidates performed on knowledge-based questions.