Query Vault Knowledge Source
Completion with Vault RAG
The Harvey API provides access to Harvey’s proprietary models, allowing users to make API calls to ask complex, freeform questions using Vault projects and files as grounding sources, and receive detailed responses.
Access to this API requires an additional purchase. To get started, contact your Account Manager or reach out to us at support@harvey.ai to discuss an agreement.
POST
Completion with Vault RAG
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200
application/json
The response object includes the response field which is the completion of the input prompt sent to the model.
The response is of type object
.
Completion with Vault RAG