Skip to main content

ContentCreationGenerateRequest

audiencesstring[]
Default value: []
content_type object
anyOf
string
content_type_label object
anyOf
string
model object
anyOf
string
preferred_title_length object
anyOf
integer
prompt object
anyOf
string
pull_through_priorities object[]
  • Array [
  • from_kb object
    anyOf
    boolean
    level object
    anyOf
    string
    textTextrequired
  • ]
  • source_document_excerpt object
    anyOf
    string
    source_document_id object
    anyOf
    string
    source_document_title object
    anyOf
    string
    source_mode object
    anyOf
    string
    template_instructions object
    anyOf
    string
    template_reference_excerpt object
    anyOf
    string
    themesstring[]
    Default value: []
    tone_persona_helper object
    anyOf
    string
    tone_persona_id object
    anyOf
    string
    tone_persona_label object
    anyOf
    string
    voice_profile_id object
    anyOf
    string
    ContentCreationGenerateRequest
    {
    "audiences": [
    "string"
    ],
    "content_type": "string",
    "content_type_label": "string",
    "model": "string",
    "preferred_title_length": 0,
    "prompt": "string",
    "pull_through_priorities": [
    {
    "from_kb": true,
    "level": "string",
    "text": "string"
    }
    ],
    "source_document_excerpt": "string",
    "source_document_id": "string",
    "source_document_title": "string",
    "source_mode": "string",
    "template_instructions": "string",
    "template_reference_excerpt": "string",
    "themes": [
    "string"
    ],
    "tone_persona_helper": "string",
    "tone_persona_id": "string",
    "tone_persona_label": "string",
    "voice_profile_id": "string"
    }