You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It seems that your API credits have been depleted, as indicated by the error message:
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.
The text was updated successfully, but these errors were encountered: