Quick Start
To use the API you need to obtain you API key from the Dashboard.
The key is used to authenticate all your requests to the API endpoints.
For quick integration you can use one of the libraries:
Or you can make HTTP requests directly to the API endpoints according to the specification.
API Endpoints and Data Formats
Endpoints
The main API endpoint is: https://api.2captcha.com
Request method: POST
Data format: JSON
Content-Type: application/json
Basic Workflow
The process of interaction with the API:
- Submit your task using createTask method and get the task id
- Get the result for the task using getTaskResult method
- Use the result according to your use-cases
- Send feedback with reportCorrect and reportIncorrect methods