GET /api/v1/admin/config/authenticity-threshold

Returns the current AI authenticity threshold (0-100). Defaults to 65 if not set.

Responses

  • 200 application/json

    Get current AI authenticity threshold (0-100)

  • 400 application/json

    Default bad request error 400 response

    Hide response attributes Show response attributes object
    • message string Required

      Response message

    • error string Required
    • statusCode number Required
GET /api/v1/admin/config/authenticity-threshold
curl \
 --request GET 'https://api.echoplain.social/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
}