Skip to main content

ContentCreationDraftRequest

audience_persona_idsstring[]
Default value: []
content object
anyOf
string
content_type object
anyOf
string
content_type_value object
anyOf
string
draft_id object
anyOf
string
knowledgebase_id object
anyOf
string
prompt object
anyOf
string
pull_through_priorities object[]
  • Array [
  • from_kb object
    anyOf
    boolean
    level object
    anyOf
    string
    textTextrequired
  • ]
  • source_document_id object
    anyOf
    string
    source_mode object
    anyOf
    string
    source_url object
    anyOf
    string
    test_history object
    anyOf
  • Array [
  • property name*any
  • ]
  • themesstring[]
    Default value: []
    title object
    anyOf
    string
    tone_persona_id object
    anyOf
    string
    voice_profile_id object
    anyOf
    string
    ContentCreationDraftRequest
    {
    "audience_persona_ids": [
    "string"
    ],
    "content": "string",
    "content_type": "string",
    "content_type_value": "string",
    "draft_id": "string",
    "knowledgebase_id": "string",
    "prompt": "string",
    "pull_through_priorities": [
    {
    "from_kb": true,
    "level": "string",
    "text": "string"
    }
    ],
    "source_document_id": "string",
    "source_mode": "string",
    "source_url": "string",
    "test_history": [
    {}
    ],
    "themes": [
    "string"
    ],
    "title": "string",
    "tone_persona_id": "string",
    "voice_profile_id": "string"
    }