AINCRAD CLOUD

Solver infrastructure and account intelligence.

A single secure operations surface for CAPTCHA capacity, customer billing, and sanitized Account Helper inventory reports.

AINCRAD SOLVER

Managed CAPTCHA API

API-key access, live balance, fair scheduling, reserved capacity, plans, and solve history. Network routing is managed by the service.

Open Solver portal

ACCOUNT HELPER

Sanitized inventory library

Admin-only VALORANT and League of Legends summaries with local image assets. Credentials, raw P1 values, and API secrets are never retained in report bundles.

Open Account Helper

DEVELOPER API

Direct HTTPS integration

Authenticate every private request with your API key as a Bearer token. Customer requests never contain server routing credentials.

Pricing

$0.004000 / solve, $4.00 / 1,000 solves

curl "https://aincrad.5.10.220.173.sslip.io/price"

1. Create a solve task

curl -X POST https://aincrad.5.10.220.173.sslip.io/create-solution \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"rqdata":"BASE64_RQDATA","siteKey":"HCAPTCHA_SITE_KEY"}'

Successful response: {"status":"SUCCESS","guid":"..."}

2. Poll the result

curl "https://aincrad.5.10.220.173.sslip.io/fetch-solution?guid=TASK_GUID" \
  -H "Authorization: Bearer YOUR_API_KEY"

Results: CAPTCHA_WAITING, CAPTCHA_ONGOING, CAPTCHA_SOLVED, CAPTCHA_UNSOLVEABLE, or CAPTCHA_TIMEOUT.

3. Read your balance

curl "https://aincrad.5.10.220.173.sslip.io/balance" \
  -H "Authorization: Bearer YOUR_API_KEY"

Billing rules