Check API Quota

I see that there is the limit of 500 check calls to the API as part of the default enterprise plan.

If I am doing a check call that is actually a bulk call where I am checking 10 different things, is that considered 1 call or 10 calls?

We don’t have a batchCheck API in the server yet. The SDKs have a Batch Check API that performs multiple check calls in parallel, so in the scenario you described, it will make 10 calls.

We plant to have a batchCheck API later this year, and we’ll have a specific rate limit for it.

Ahh okay thanks for the clarification. Good to know that is coming.