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

# POST /hcaptcha

`POST /hcaptcha`

Solves an hCaptcha challenge. 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

- object
  - `url` string, required — Url of the hCaptcha to solve.
  - `key` string, required — hCaptcha sitekey.

## 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)
