Skip to main content
POST
/
external
/
conversations
Create New Conversation
curl --request POST \
  --url https://api.shieldbase.ai/external/conversations \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Client-ID: <api-key>' \
  --header 'X-Secret: <api-key>' \
  --data '
{
  "content": "<string>",
  "model": "gpt-5.1",
  "document_ids": [
    "<string>"
  ],
  "user_timezone": "UTC"
}
'

Authorizations

X-Client-ID
string
header
required
X-API-Key
string
header
required
X-Secret
string
header
required

Body

application/json
content
string
required
model
string
default:gpt-5.1
document_ids
string[]
user_timezone
string
default:UTC

Response

200

SSE stream