Skip to main content

ContentCreationEnhanceRequest

audiencesstring[]
Default value: []
content_type object
anyOf
string
content_type_label object
anyOf
string
current_draftCurrent Draftrequired
model object
anyOf
string
prompt object
anyOf
string
themesstring[]
Default value: []
tone_persona_helper object
anyOf
string
tone_persona_label object
anyOf
string
unmet_priorities object[]
  • Array [
  • from_kb object
    anyOf
    boolean
    level object
    anyOf
    string
    textTextrequired
  • ]
  • ContentCreationEnhanceRequest
    {
    "audiences": [
    "string"
    ],
    "content_type": "string",
    "content_type_label": "string",
    "current_draft": "string",
    "model": "string",
    "prompt": "string",
    "themes": [
    "string"
    ],
    "tone_persona_helper": "string",
    "tone_persona_label": "string",
    "unmet_priorities": [
    {
    "from_kb": true,
    "level": "string",
    "text": "string"
    }
    ]
    }