FAQs
Below are some common questions our users ask about our API portal, along with their answers:
1. Will we be able to test the API before purchasing?
A. Yes, after registering on our platform, you can generate a Test API Key to test the API on your platform without the need to purchase.
2. Will the Test API key's usage be charged?
A. The Test API Key will have a free usage limit worth 5 USD. Once you exhaust this limit, you need to add balance to your account. After adding balance, you can generate a Production Key or continue using the Test API Key. If you are on the postpaid plan, you can generate the Production key without adding balance. Usage recorded under both the keys will be charged as per our Pricing plan.
3. Are there any rate limits?
A. Yes, to ensure fair usage and optimal performance for all users, we have set rate limits on our APIs. These limits are designed based on typical use cases and our infrastructure's capacity. For more details on rate limits, please refer to our documentation.
4. How will my usage be billed?
A. Your usage will be billed according to the number of words processed using our APIs. Our pricing structure operates on tiers, where the cost per word decreases as you move up through the tiers. For further information, please refer to our Pricing page.
5. If a call fails, will I be charged for that as well?
A. No, you will not be charged for a failed call.
6. What languages does the API support?
A. The Grammar Check API currently supports English input. You can specify the variety of English-American or Britsh in your API request.
7. What is sensitive data plan and how can I enable it?
A. In sensitive data plan, none of your sentences are saved on our servers. You can enable sensitive data plan by setting the API input parameter is_sensitive_data
to true
. For more details on the plan, please visit Sensitive Data Plan.