Chat
Create New Chat Thread With Message
Chat
Create New Chat Thread With Message
Create a new chat with the specified brain and message.
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
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Response
200 - application/json
The response is of type object[]
.
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
}
]