In my project, I need to use the Google Vision API to find out if an image uploaded by a user is rated as adult content or not.
On the documentation page, we have the Google Vision API Pricing table in which we see that there is a free plan in which you have some limitations. To start using this, I need to join a free trial and set up a billing account.
My questions are as follows:
- When the limits are reached, will I be billed by Google? Or will the service be unavailable until I acknowledge that an invoice will be issued for this?
- How did I join the free trial, is this use of the API limited to the trial period (60 days), or is it free (limited) even when the trial period is over?
source share