Skip to main content
POST
Create a conversation

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

Body

application/json
title
string | null
visibility
enum<string>
Available options:
unlisted,
deleted,
test
spaceId
string | null
message
object
contentFragments
object[]
metadata
object | null
skipToolsValidation
boolean

Response

Successfully created conversation

conversation
object

Full conversation including content, owner, and visibility.

message
object

A user message in a conversation.

contentFragments
object[]