Start or continue a chat session.
chat_id
a new message will be added to the chat session. If no chat_id
is provided, a new chat session will be created.
Default behavior:
intent
, enable_sources
, enable_suggestions
.
Example 1:
You want a rich answer that is based on trusted sources and provides you follow up suggestions. Omit all query params.
Example 2:
You know that your prompt is going to require trusted sources as a part of the answer. You also want to not have follow up suggestions.
intent
: 1, enable_suggestions
: 0
Example 3:
You know that your prompt is not going to require trusted sources. You also want to not have follow up suggestions.
intent
: 0, enable_suggestions
: 0Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
v1
0
, 1
0
, 1
, 2
0
, 1
Successful response
The response is of type object
.