Get-Reply Recommendations

Gets a reply for a user query.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
querystringRequiredformat: "text">=1 character<=10000 characters
The query string.

Response

The response for the generated reply.
replystring or nullformat: "text"
The reply generated for the requested query.
sourceslist of objects or null
Sources from which the reply is generated.

Errors