POST
/
external
/
continue-conversation
cURL
curl --location --request POST 'https://app.sbai.cloud/api/external/continue' \
--header 'client-id: your-client-id' \
--header 'private-key: your-private-key' \
--header 'secret: your-secret' \
--header 'Content-Type: application/json' \
--data-raw '{
    "conversation_id": "d0c73687-cc8d-4628-be2d-01050d32dfb6",
    "message": "how about dropbox ?",
    "model": "gpt-4o"
}'
{
  "conversation_id": "d0c73687-cc8d-4628-be2d-01050d32dfb6",
  "sender": "user",
  "message_text": "<string>",
  "redacted_text": "<string>",
  "syntactic_text": "<string>",
  "typing_completed": true,
  "created_at": "2024-08-16T09:24:07.865867",
  "ner_items": [],
  "ner_count": 0,
  "title": "Dropbox: A Popular File Sharing Service",
  "id": "ac3ca0a0-69ee-49c3-a6a5-86ee9b9f4c0e"
}

Headers

client-id
string
required
private-key
string
required
secret
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.