Create Funcaptcha Task
Submit a funcaptcha task for a specific site.
POST
https://api.argons.dev/createTask
Headers
Content-Type
application/json
api-key
your key here
Body
preset
string
preset from list below
blob
string
FC [blob] - Every site sends it differently. Look for it in the requests and track it to the response it comes from
proxy
string
http://user:pass@host:port
Presets:
roblox_login
roblox_register
github_register
github_report
dropbox_register
dropbox_login
twitter_register
snapchat_register - no blob needed
outlook_register
match_login - no blob needed
livelyme_login - no blob needed
ea_register
blizzard_register
zilch_login
max_login
groupme_register
Presets are temporary until we can ensure a high global success rate.
Feel free to ask us to add any site!
Response:
success
boolean
Indicates if properly submitted
task_id
string
Use to fetch result
Last updated