Skip to main content

TriggerEmbeddingBody

typeTriggerType (string)required

Possible values: [thumbnail, description]

dataData (string)required
thresholdThreshold (number)

Possible values: >= 0 and <= 1

Default value: 0.5
TriggerEmbeddingBody
{
"type": "thumbnail",
"data": "string",
"threshold": 0.5
}