API Rate Limiting

Hey All,

When making AI applications you’re often narrowed down to an API call business model.

When coding, API management is straight forward and there are best practices around it.

How would you limit API calls on a credit basis for users in Softr.

Would they have to purchase a number of credits with stripe and then you maintain a count of the number of credits they have. When it gets to 0 they have to buy more?

Dominic