ContentCreationGenerateRequest
audiencesstring[]
Default value:
[]content_type object
anyOf
- string
- null
string
content_type_label object
anyOf
- string
- null
string
model object
anyOf
- string
- null
string
preferred_title_length object
anyOf
- integer
- null
integer
prompt object
anyOf
- string
- null
string
pull_through_priorities object[]
Array [
from_kb object
anyOf
- boolean
- null
boolean
level object
anyOf
- string
- null
string
textTextrequired
]
source_document_excerpt object
anyOf
- string
- null
string
source_document_id object
anyOf
- string
- null
string
source_document_title object
anyOf
- string
- null
string
source_mode object
anyOf
- string
- null
string
template_instructions object
anyOf
- string
- null
string
template_reference_excerpt object
anyOf
- string
- null
string
themesstring[]
Default value:
[]tone_persona_helper object
anyOf
- string
- null
string
tone_persona_id object
anyOf
- string
- null
string
tone_persona_label object
anyOf
- string
- null
string
voice_profile_id object
anyOf
- string
- null
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"
}