Closed oyunvfg closed 7 months ago
You are sending a POST request to upload the hCaptcha job, which returns the ID of this job.
The solution for this job is retrieved with a GET request with the ID from the POST request.
Please refer to the API documentation for more information.
c# windows forms
private async void nopecatpchatken_Click(object sender, EventArgs e) { string apiKey = "I'm Api Key"; // API anahtarınızı buraya ekleyin string siteKey = "ab803303-ac41-41aa-9be1-7b4e01b91e2c"; string apiUrl = "https://api.nopecha.com/token";