Skip to main content
POST
/
external
/
conversations
/
{conversation_id}
Continue Conversation
curl --request POST \
  --url https://api.shieldbase.ai/external/conversations/{conversation_id} \
  --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": "<string>"
}
'

Authorizations

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

Path Parameters

conversation_id
string
required

Body

application/json
content
string
required
model
string

Response

200

SSE stream