We are building an application where end users will gain access through our api to generate images with Dalle.
We have implemented the moderation endpoint as a first stage of validation but it looks like some things that Dalle rejects is not included.
The question here is:
- Is it safe to test the moderation endpoint in dev environment? We don't want our accounts to be suspended when we're are testing that it works properly.
- Same issue, if something slips through the moderation endpoint we want to see what responses we get so we can handle this situation appropriately. For example we pass our users ids in the requests and need to know how we get notified.