2Captcha
Support normal CAPTCHA, reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Cloudflare Turnstile
Parameter | Description |
API KEY | You will get an API Key after registration on 2Captcha |
Interactive Captchas | Currently, only these 5 types of captchas are supported. |
Save to | Variable of type boolean representing whether or not the CAPTCHA was passed |
Note:
Variable description: For Normal CAPTCHA variables, please refer to👉https://2captcha.com/api-docs/normal-captcha. Other CAPTCHA types can be found in 2Captcha's API documentation👉https://2captcha.com/api-docs.
Due to version updates, there may be scenarios where hCaptcha and Cloudflare Turnstile cannot be passed successfully.
Need to register at [2Captcha], get API Key👉https://2captcha.com/enterpage
Google Sheet
Read, write, or clear Google Sheets spreadsheet data.

Before using this function, you need to give AdsPower access to the spreadsheet first. There are two ways that you can do that:
When you share the spreadsheet with the public, AdsPower only has read access to it.
If you have a plan to update the cell values of the spreadsheet, you need to share the spreadsheet with the AdsPower service account. To do that, open the spreadsheet you want to share, click the 'Share' button on the top right, and input adspower-572@valued-lyceum-403803.iam.gserviceaccount.com
.

Parameters | Description |
Spreadsheet ID |
The spreadsheet ID contains letters, numbers, hyphens, or underscores. You can find it in the Google Sheets URL. |
Worksheet name | The name of the worksheet you need to operate on.
![]() |
Scope | The range of the values of the cells that you want to get or update, you can define the cells range by using the A1 Notation like Sheet1!A1:B2 or R1C1 notation like Sheet1!R1C1:R2C2 . |
How to get the private key of Google Cloud account
1. Firstly, you need to enable Google Sheet API in your Google Cloud console: https://console.cloud.google.com/
2. After enabling API service, you need to create Credentials (See the picture below for reference)
3. Click the Service account and create the Credentials according to the instruction, then you will get an Account. Click the edit icon.
4. Go to "KEYS", and click "Create new key". Remember to create a key under JSON format, nd a JSON file will be downloaded automatically.
5. Final step, copy the content in the JSON file and put it in the settings of Google Sheet.
6. If your Google Sheet is not public, you need to add authorisation to the email address of the private key you have generated, there is a screenshot of the private key email address in step 3, and the email address of each private key should be different.
Open AI
Open AI models supporting types: GPT-4o mini, GPT-4o, and DALL-E-3.
Parameter | Description |
API Key | API Key from GPT |
Output Type | Text or Image |
Model | Currently support 3 models, text: GPT-4o mini, GPT-4o; image: DALL-E-3 |
Prompt | Content that needs Open AI to generate |
Image Size | Only available when the output type is image, default 1024x1024 |
Output Format | Only available when the output type is image, default URL, recommended URL, can be used with Input File |
Image Quality | Only available when the output type is image, default Standard |
Save to | Text type, maximum 3000 token length, about token you can refer to GPT official website |