Skip to main content
POST /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:port or ip: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_register
  • match_login
  • twitter_register
  • twitter_unlock
  • roblox_register
  • roblox_login
  • github_register
  • snapchat_register
  • outlook_register
  • outlook_phone

Response Example (Success)

If the task is accepted, you will receive a task_id.

Response Example (Error)

Possible errors include invalid API key, insufficient balance/expired key, invalid preset, or other request issues.