Anti-Bot Bypass
Made Simple

Generate sensor data, tokens, and cookies with a single API call. No browsers, no overhead, no polling.

<2s response
95%+ success rate
Real-time results

Simple Integration

One request. Instant response.

RequestPOST
fetch('https://api.gatsbie.io/solve', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer gat_...',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    type: 'recaptcha:v3',
    sitekey: '6Le...',
    pageurl: 'https://example.com'
  })
})
Response200 OK
{
  "success": true,
  "token": "03AGdBq24PBCbwiD...",
  "solve_time": 1.2,
  "credits_used": 1
}

How It Works

Three steps to integration

1

Get API Key

Sign up and generate your API key from the dashboard.

2

Make Request

Send a POST request with the target site and challenge type.

3

Get Solution

Receive tokens and cookies instantly. No polling.

Ready to get started?

Join developers using Gatsbie to bypass anti-bot protection.