POST
/
v1
/
conversations
/
{conversation_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "last_updated_at": "2023-11-07T05:31:56Z",
  "etag": "<string>",
  "settings": {
    "model_selection": [
      "<string>"
    ],
    "temperature": 0.4,
    "max_tokens": 123,
    "tools": [
      {
        "name": "Web Research",
        "description": "Search the web for information",
        "enabled": true,
        "type": "web_research"
      },
      {
        "name": "Noxus Q&A",
        "description": "Answer questions about the Noxus platform",
        "enabled": true,
        "type": "noxus_qa"
      },
      {
        "name": "Select Knowledge Base Q&A",
        "description": "Select a knowledge base to answer questions about",
        "enabled": true,
        "type": "kb_selector"
      }
    ],
    "extra_instructions": "<string>"
  },
  "messages": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "message_parts": [
        {
          "role": "user",
          "type": "user",
          "content": "",
          "tool": "web_research",
          "kb_id": "<string>",
          "files": [
            {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "name": "<string>",
              "size": 123,
              "type": "<string>",
              "status": "pending",
              "url": "<string>"
            }
          ],
          "model_selection": [
            "<string>"
          ],
          "images": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Query Parameters

assistant_id
string | null
message_id
string | null

Body

application/json
content
string | null
required
tool
Available options:
web_research,
kb_qa
kb_id
string | null
files
object[] | null
model_selection
string[] | null

Response

200
application/json
Successful Response
id
string
required
name
string
required
created_at
string
required
last_updated_at
string
required
etag
string | null
required
settings
object
required
messages
object[]
required