PreflightResult
spam_scorenumber
Spam score from content analysis.
spam_actionstring
Recommended action based on spam score.
validation_errors object[]
Validation issues found during preflight.
Array [
fieldstringrequired
The field that caused the error.
messagestringrequired
Human-readable description of the field error.
codestringrequired
Machine-readable error code for this field.
]
PreflightResult
{
"spam_score": 0,
"spam_action": "string",
"validation_errors": [
{
"field": "string",
"message": "string",
"code": "string"
}
]
}