Returns the current AI authenticity threshold (0-100). Defaults to 65 if not set.
GET
/api/v1/admin/config/authenticity-threshold
curl \
--request GET 'http://localhost:3500/api/v1/admin/config/authenticity-threshold'
Response examples (200)
{
"key": "ai.authenticity.threshold",
"value": 65
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}