✨ NoCaptcha v2 is here — fresh look, API v2 & agentic solving.Read the changelog →

API Reference

Interactive reference for the NoCaptchaAI API — try every endpoint live against production.

The NoCaptchaAI API lets you solve captchas programmatically. Every endpoint below has an interactive playground — fill in your API key and parameters and send a real request to production, right from the docs.

Base URL — all requests go to https://api.nocaptchaai.com. Authenticate with your API key (clientKey in the body, or the apikey header for /solve). See Authentication.

Endpoint groups

Typical flow

  1. POST /createTask → returns a taskId.
  2. POST /getTaskResult → poll until status is ready.
  3. Use the solution (e.g. the token) in your target request.

New to the API? Start with the Quickstart, or grab ready-made client code from the SDKs section.

On this page

Content-Length: 0