v1

latestOpenAPI 3.0.02026-07-1346146138.4 KB
evaluators

Execute secrets-detector evaluator

Detect secrets and credentials in text

Request Body:

  • input.text (string, required): The text to scan for secrets (API keys, passwords, etc.)
post/v2/evaluators/secrets-detector/execute

Request body

Example request

{
  "input": {
    "text": "Here is some text without any API keys or passwords."
  }
}

Response

OK

has_secretboolean