POST
/
chat
/
new-chat
curl --request POST \
  --url https://api.isosceles.ai/chat/new-chat \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '""'
[
  {
    "actor": "AI",
    "created_at": "Sat, 21 Sep 2024 11:55:14 GMT",
    "id": 4333,
    "message": "Amazon is a multinational technology company based in the United States, primarily known for its e-commerce platform. Founded by Jeff Bezos in 1994, it started as an online bookstore and has since expanded to sell a wide variety of products and services, including electronics, clothing, groceries, and digital content.\n\nIn addition to its retail operations, Amazon is involved in various sectors, including:\n\n1. **Cloud Computing**: Amazon Web Services (AWS) is a leading cloud services provider, offering computing power, storage, and other services to businesses and individuals.\n\n2. **Digital Streaming**: Amazon Prime Video is a popular streaming service that offers movies, TV shows, and original content.\n\n3. **Artificial Intelligence**: Amazon has developed AI technologies, including the Alexa voice assistant and various machine learning services.\n\n4. **Logistics and Delivery**: Amazon has invested heavily in its logistics network, including warehouses and delivery services, to ensure fast shipping for its customers.\n\n5. **Consumer Electronics**: The company produces devices such as the Kindle e-reader, Fire tablets, and Echo smart speakers.\n\nOverall, Amazon has become one of the largest and most influential companies in the world, impacting various industries and consumer behavior.",
    "metadata": {},
    "model": "gpt-4o-mini",
    "reference": [],
    "thread_id": "6b6a092d-8f6e-48e8-bde8-b013a211b6ae",
    "timestamp": "Sat, 21 Sep 2024 11:55:14 GMT",
    "user_credits": 197
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
brain_id
string
required

The ID of the brain to associate with the chat

name
string
required

The name of the chat

Example:

"Slack Chat - 2024-06-26T12:34:56.789Z"

message
string
required

The initial message to start the chat

response_length
enum<string> | null
default:MEDIUM

Configure response length

Available options:
SHORT,
MEDIUM,
LONG
temperature
number | null

between 0 and 1

Required range: 0 <= x <= 1
system_message
string | null

System message for the LLM

model
string | null
default:gpt-4o-mini

LLM Model to choose from

tools
string[]

IDs of tools connected to this chat thread

chat_message_type
enum<string>
default:TEXT
Available options:
JSON,
TEXT

Response

200 - application/json
actor
string

The actor (USER or AI) of the interaction

created_at
string

The timestamp when the interaction was created

dw_data
object | null

The data related to the data warehouse integration

id
integer

The unique identifier of the interaction

message
string

The message content of the interaction

metadata
object | null

The metadata associated with the interaction

model
string | null

The name of the model used for the interaction

reference
object[] | null

The list of references associated with the interaction

thread_id
string

The ID of the chat thread associated with the interaction

timestamp
string

The timestamp when the interaction occurred

user_credits
integer | null

The number of credits used by the user for the interaction