Skip to main content

Quickstart

Get started with the VastCap API in just a few steps. This guide will help you make your first captcha-solving request.

Prerequisites

Before you begin, you’ll need:
  • A VastCap account (create one at captcha.vast.sh)
  • An API key from your dashboard
  • Basic knowledge of HTTP requests

Step 1: Get Your API Key

  1. Log in to your VastCap Dashboard
  2. Navigate to “API Keys” section
  3. Copy your API key

Step 2: Check Your Balance

Before making captcha-solving requests, make sure your account has sufficient balance:

Step 3: Create a Captcha Solving Task

Here’s an example of solving hCaptcha

Both standard and enterprise hCaptcha are solved using HCaptchaTask. For enterprise sites (Discord, Epic Games, TikTok, etc), set the enterprise parameter to true:

Step 4: Get the Task Result

Use the taskId from the previous step to check if the captcha has been solved:
The response will include the solution when it’s ready.

Code Examples

Python

Next Steps

Now that you’ve made your first captcha-solving request, you can explore more advanced options in our API Reference: