NoCap.ing

Getting Started

Learn how to get your API key and set up NoCap.ing in minutes.

Getting Started

NoCap.ing provides a high-performance, asynchronous API to solve FunCaptcha and other challenges seamlessly. To begin using the solver service, you will need an API key.

Obtain Your API Key

There are two ways to get your API Key:

  1. Get a Free API Key: Claim a free trial API key at https://nocap.ing

  2. Purchase Points: Top up points directly at https://buy.nocap.ing

Once you have your key, keep it secure. You will pass this key in the header of every request as X-Api-Key

Basic Architecture

NoCap.ing operates asynchronously to ensure stability and efficiency:

  1. Create Task: Submit the image payload and the challenge variant to receive a unique taskId.

  2. Poll/Get Task: Fetch the solved solution using the returned taskId.

Next Steps

Head over to the API Reference / Testing API section to see a complete Python code implementation and test your integration!

On this page