/createTask
This endpoint initiates a captcha solving task. It runs asynchronously, meaning you will need to poll the /getTask endpoint to retrieve the result once it’s ready.
Request Body
api_key(string, Required): Your Syllara API key.preset(string, Required): Identifies the target site configuration. See Available Presets below.proxy(string, Optional): The proxy to use for solving (Format:user:pass@ip:portorip:port).blob(string, Optional): Required for sites that enforce blob-based validation (e.g., Outlook, Snapchat from the presets).custom_cookies(object, Optional): A dictionary of cookies to set for the solving session.custom_locale(string, Optional): Specify a locale (e.g., “es-ES”, “fr-FR”). Defaults depend on solver configuration (e.g. “sv-SE” in the provided code).chrome_version(string, Optional): Specify a Chrome version (e.g., “127”, “129”). Defaults depend on solver configuration.
Available Presets
Based on the API code, the following presets are available:linkedin_registermatch_logintwitter_registertwitter_unlockroblox_registerroblox_logingithub_registersnapchat_registeroutlook_registeroutlook_phone
Response Example (Success)
If the task is accepted, you will receive atask_id.