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.
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.