Estimate task cost
estimate_costCalculate the credit and USD cost of an indexing or index-check task, and confirm whether your account balance covers it before submission.
Instructions
Estimate the credit and USD cost of an indexing or index-check task before submitting it, and whether the account balance covers it. Does not create anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vip | No | VIP priority queue (indexer only): starts immediately, costs more. | |
| type | No | "indexer" submits URLs to Googlebot; "checker" only checks whether they are indexed. | indexer |
| url_count | Yes | Number of URLs in the planned task. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vip | Yes | ||
| type | Yes | ||
| total_usd | Yes | ||
| url_count | Yes | ||
| total_credits | Yes | ||
| credits_balance | Yes | ||
| credits_per_url | Yes | ||
| shortfall_credits | Yes | ||
| sufficient_balance | Yes |