Create Chat
Create a new chat object. his endpoint is only available for PREMIUM users.
Authorizations
Body
The user-provided input message.
The format of the response. If set to 'JSON', 'json_output' must contain a valid JSON dictionary.
MARKDOWN
, JSON
The associated scan ID
A valid JSON dictionary containing structured response data. This is required if 'response_type' is 'JSON'.
Response
Unique identifier for the chat session.
The timestamp when the chat session was created.
The user-provided input message.
The AI-generated response to the user's prompt.
The format of the response. If set to 'JSON', 'json_output' must contain a valid JSON dictionary.
MARKDOWN
, JSON
The associated scan ID
The current status of the chat request.
PENDING
, RUNNING
, DONE
, ERROR
A valid JSON dictionary containing structured response data. This is required if 'response_type' is 'JSON'.