Myra

Solve Myra Security captcha — enterprise WAF captcha

Price: $0.30 / 1k solves · Speed: ~4s

Myra is an enterprise-grade captcha from Myra Security, a German WAF provider. Slower than others due to behavioral analysis.

Finding the site key

Look in the page HTML or network requests for the Myra captcha initialization:

<div id="myra-captcha" data-sitekey="myra_..."></div>

Or in a network request to eu-captcha.eu

Request

{
  "type": "MyraProxyless",
  "site_key": "myra_...",
  "site_url": "https://example.com"
}

Response

{
  "success": true,
  "token": "myra_solution_...",
  "took_ms": 3800,
  "cost": 0.0003
}

Note: Myra solves take up to 4 seconds. Set your request timeout accordingly.

cURL example

curl -s -X POST https://api.solver.lol/solve \
  -H "X-API-Key: sk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "MyraProxyless",
    "site_key": "myra_...",
    "site_url": "https://example.com"
  }'

Parameters

FieldRequiredDescription
typeMyraProxyless
site_keyThe Myra site key
site_urlFull URL of the page
proxyhttp://user:pass@host:port