# Submit Task Send method=userrecaptcha with googlekey and pageurl to POST /in.php. Returns a Task ID. Endpoint: POST /in.php ## Request fields (multipart/form-data): - `key` (string, required) Your API key (32 characters) - `method` (string, required) Enum: "userrecaptcha" - `googlekey` (string, required) Site key from the page (data-sitekey or iframe k=) - `pageurl` (string, required) Full URL where reCAPTCHA appears - `domain` (string) Enum: "google.com", "recaptcha.net" - `invisible` (integer) Must be set to 0 or ignore Enum: 0, 1 - `data-s` (string) Value of data-s (used on Google Search, etc.) - `userAgent` (string) User-Agent for solver browser - `cookies` (string) Cookies from google search. [Learn More](../pages/cookies.md) - `proxy` (string) Proxy in format user:pass@ip:port or ip:port. [Learn More](../pages/proxy.md). - `proxytype` (string) Enum: "HTTP", "HTTPS", "SOCKS4", "SOCKS5" - `json` (integer) Enum: 0, 1 ## Response 200 fields (application/json): - `status` (integer) Example: 1 - `request` (string) Example: "0123456789"