image-background-remover icon indicating copy to clipboard operation
image-background-remover copied to clipboard

API Key Exposure Leading to Exhausted Credits

Open sabeerbikba opened this issue 6 months ago • 0 comments

It seems that your API credits have been depleted, as indicated by the error message:

{
   "detail":"API credits exhausted. Visit https://app.photoroom.com/api-dashboard to purchase more API credits",
   "status_code":402,
   "type":"unknown_error"
}

This is likely due to your API key being exposed. As mentioned in issue #1, this exposure could lead to unauthorized usage and depletion of your API credits.

To prevent such issues, ensure that your API keys are secured. You can follow the Netlify documentation on securing environment variables.

sabeerbikba avatar Aug 04 '24 07:08 sabeerbikba