TokenSniped
HomeDashboardDocs
HomeDashboardDocs
TokenSniped
  1. Schemas
  • TokenSniped API
    • Account
      • Get Credit Balance
      • Get Transaction History
      • Get Solve Request History
    • Geetest
      • Solve Geetest v4 Captcha
    • Turnstile
      • Solve Cloudflare Turnstile
    • Interstitial
      • Solve Cloudflare Interstitial/WAF
    • Schemas
      • Schemas
        • GeetestSolution
        • TurnstileSolution
        • InterstitialSolution
        • Transaction
        • SolveRequestLog
        • Error
      • Response
        • BadRequest
        • Unauthorized
        • InsufficientCredits
        • RateLimited
        • SolverError
  1. Schemas

SolveRequestLog

Captcha solve request log entry

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "solver_type": "geetest",
    "status": "completed",
    "cost_credits": 0.5,
    "solve_time_ms": 3542,
    "error_message": "Proxy connection failed: Connection timeout",
    "created_at": "2024-01-20T11:30:00Z",
    "completed_at": "2024-01-20T11:30:03Z"
}
Built with