POST
/
cs
/
v1
/
content_creation
/
conversations
/
enqueue
Enqueue Conversation
curl --request POST \
  --url https://api.v2.dumgum.com/cs/v1/content_creation/conversations/enqueue \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userProfileId": "<string>",
  "personaProfileId": "<string>",
  "language": "EN",
  "userProfileVersion": "<string>",
  "personaProfileVersion": "<string>",
  "tags": {},
  "testMode": true,
  "replyParameters": {
    "chatModel": "dating-smart-1",
    "bufferSeconds": "15",
    "maxProcessingTimeSeconds": "300",
    "enableSexualTextContent": null,
    "fixedResponseLength": false,
    "sentenceLength": null,
    "messageLength": null,
    "personaPersonality": null,
    "generatePersonality": null,
    "profileDistance": null,
    "emojis": null,
    "fluencyDegradation": null,
    "multipleMessagesPerReply": false,
    "replyTypingDelay": "INSTANT",
    "icebreakerType": null,
    "engage": null,
    "disableSafetyFeatures": null
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is an access key.

Example: Authorization: Bearer sk-proj-XXXXXXXXX

Body

application/json

Represents a request to enqueue a conversation

Response

204

No Content