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

1 Like

Im trying to figure this out as well.

For me I want to limit the number of tokens per user per month and show a counter to the user of tokens remaining.

Ideally I would like to

  1. Bake the cost into a monthly subscription
  2. Also let them buy more tokens if they go over

Did you figure this out @dominiconorton ?