Completion
Completion
The Harvey API provides access to Harvey’s proprietary models, allowing users to make API calls to ask complex, freeform questions and receive detailed responses.
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
.