{"id":15627391,"url":"https://github.com/justtaldevelops/hcaptcha-solver-api","last_synced_at":"2025-09-13T08:10:39.806Z","repository":{"id":56803715,"uuid":"350555837","full_name":"JustTalDevelops/hcaptcha-solver-api","owner":"JustTalDevelops","description":"An hCaptcha solver API based on my package.","archived":false,"fork":false,"pushed_at":"2021-04-05T20:45:27.000Z","size":24,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T04:53:16.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JustTalDevelops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-23T02:31:31.000Z","updated_at":"2025-02-27T22:39:37.000Z","dependencies_parsed_at":"2022-08-17T07:30:27.075Z","dependency_job_id":null,"html_url":"https://github.com/JustTalDevelops/hcaptcha-solver-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JustTalDevelops/hcaptcha-solver-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustTalDevelops%2Fhcaptcha-solver-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustTalDevelops%2Fhcaptcha-solver-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustTalDevelops%2Fhcaptcha-solver-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustTalDevelops%2Fhcaptcha-solver-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustTalDevelops","download_url":"https://codeload.github.com/JustTalDevelops/hcaptcha-solver-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustTalDevelops%2Fhcaptcha-solver-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935979,"owners_count":25376836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T10:16:47.845Z","updated_at":"2025-09-13T08:10:39.778Z","avatar_url":"https://github.com/JustTalDevelops.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hcaptcha-solver-api\n\nAn extension for the [hcaptcha-solver-go](https://github.com/JustTalDevelops/hcaptcha-solver-go) package I made,\nallowing services that use other languages to use the solver.\nIt uses Fiber to run an HTTP server on port 80, \nand then handles captcha solving requests.\n\n# Usage\n\nIf you would like to use Google's Vision API to determine answers,\nset the `GOOGLE_APPLICATION_CREDENTIALS` environment variable on your PC.\nIf not set, it will default to randomly guessing.\n\nAfter setting the environment variable, do the following:\n\n```\ngo install github.com/justtaldevelops/hcaptcha-solver-api\nhcaptcha-solver-api\n```\n\nIf all goes well, you should see the following:\n```\nhCaptcha solver API is now running on port 80!\n```\n\nThe console will now display information about ongoing requests.\n\n# Configuration\nYou can configure certain options of the API to your liking.\nCurrently, you can change the `Authorization` header, the port,\nand the solution deadline.\n\n# API Usage\n\nSolving tasks are handled with a `POST` request to `example.org/solve`.\nMake sure your `Authorization` header matches the one in your config.\nYour request body should be the following:\n```\n{\"site_url\": \"example.com\"}\n```\n\nFor additional options, refer to [this portion](https://github.com/JustTalDevelops/hcaptcha-solver-go/blob/77d9f67f86ae3a809020159349f7ee553fdb583f/solver.go#L42) of the original package.\nAn example of additional options in JSON are as follows:\n```\n{\"site_url\": \"example.com\", \"options\": {\"site_key\": \"8fc2ffd0-a7a5-4345-a357-97d389a9a635\"}}\n```\n\nAfter sending your request, a response will be returned in JSON which will be something like:\n```\n{\"captcha_code\": \"P0_eyJ0eXAiOiJKV1Q...\"}\n```\n\nYou can then use this captcha code in your application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjusttaldevelops%2Fhcaptcha-solver-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjusttaldevelops%2Fhcaptcha-solver-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjusttaldevelops%2Fhcaptcha-solver-api/lists"}