- How can I determine which plan (Basic or Plus) my account is currently on? Is there an API endpoint to check this?
- I noticed that, even though I am using a Free account, the response from
https://image-api.photoroom.com/v1/accountshows 10 subscriptions. Could you please explain what these subscriptions represent and how they apply to a Free account? - If I upgrade my account from Free to Plus, how will the response from
https://image-api.photoroom.com/v1/accountchange?
Specifically:
- What fields indicate available credits vs. subscriptions?
- When making API calls, which credits are used first: available credits or subscription credits?
- Which type of credit (available or subscription) should I display to end users in my app?
- Is it possible to use the Basic plan for calling the API
https://image-api.photoroom.com/v2/edit?
If so, how is the credit consumption calculated for this endpoint under the Basic plan? - Regarding credit display in our application:
6.Should we show users theavailable creditsor thesubscription credits* as their remaining balance?
We want to make sure weâre displaying the most relevant and accurate value for the end user. - For the
GET https://image-api.photoroom.com/v2/editendpoint:
Which plan would you recommend our users subscribe to â Basic plan or Plus plan â in order to use this endpoint effectively?
Weâd like to provide clear guidance to our customers on the best plan for their needs.