---
title: "POST /recaptcha"
method: POST
path: "/recaptcha"
tags: ["captcha"]
---

# POST /recaptcha

`POST /recaptcha`

Solves a reCAPTCHA challenge. Supports reCAPTCHA v3 and v2. This endpoint will return a 200 status code even if an error occurs. The error will be set in the response body.

## Headers

- `X-Phantombuster-Org` string

## Request body

- union
  - object
    - `url` string, required — Url of the reCAPTCHA to solve.
    - `key` string, required — reCAPTCHA sitekey.
    - `type` 'v3', required — reCAPTCHA version.
    - `minScore` 0.3 | 0.7 | 0.9, required — reCAPTCHA v3 min score. Can be either 0.3, 0.7 or 0.9
    - `pageAction` string — reCAPTCHA v3 page action.
    - `enterprise` boolean — Solve the challenge as reCAPTCHA Enterprise. Only honored for reCAPTCHA v2 requests.
  - object
    - `url` string, required — Url of the reCAPTCHA to solve.
    - `key` string, required — reCAPTCHA sitekey.
    - `type` 'v2', required — reCAPTCHA version.
    - `enterprise` boolean — Solve the challenge as reCAPTCHA Enterprise instead of standard reCAPTCHA v2.

## Response `200`

Captcha solving request processed successfully.

- object
  - `response` string, required

---

[API](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/revisions/acf0049d7c7f/schema)
