How to calculate the dollar amount corresponding to the credits I used?
Each subscription will have a distinguished price that only depends on the number of reviews.
Your total cost is the sum of the cost of all the subscriptions.
Our API is metered and charges per use. If you do not use it then you won’t be charged and there is no minimum purchase or commitment.
Every subscription costs a certain number of credits. The price of a credit varies depending on how many credits your account has used at the time of billing.
Whether you are paying for 15M credits or 15K credits, the formula is the same:
The first 10,000 credits | 1 credit = $0.0012 |
$1 = 833 credits |
Next 40,000 credits | 1 credit = $0.0010 |
$1 = 1,000 credits |
Next 700,000 credits | 1 credit = $0.0008 |
$1 = 1,250 credits |
Next1,250,000 credits | 1 credit = $0.0006 |
$1 = 1,667 credits |
Next 3,000,000 credits | 1 credit = $0.0005 |
$1 = 2,000 credits |
Starting from 5M credit | 1 credit = $0.0004 |
$1 = 2,500 credits |
Examples:
- I want to pay for 15K credits:
10,000 x 0.0012 + 5,000 x 0.0010 = 12 + 5 = $17
- I want to pay for 3M credits:
10,000 x 0.0012 + 40,000 0.0010 + 700,000 x 0.0008 + 1,250,000 x 0.0006 + 1,000,000 x 0.0005 = 12 + 40 + 560 + 750 + 500 = $1,862