POST
/api/assistant/chat
Authentication
Request Body
Required
session_idstringrequired
messagestringrequired
pentest_idstring
Example:
{
"session_id": "string",
"message": "string",
"pentest_id": "string"
}Responses
200
Assistant response
Response Fields:
session_id(string)message_id(string)response(string)model_used(string)route(string)
Example:
{
"session_id": "string",
"message_id": "string",
"response": "string",
"model_used": "string",
"route": "string"
}