Any one manage to get flux to work? When I run the exactly example in the documentation it errors wi

Any one manage to get flux to work? When I run the exactly example in the documentation it errors with NSFW:
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run/@cf/black-forest-labs/flux-1-schnell    -X POST    -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"    -d '{ "prompt": "cyberpunk cat" }'
{"errors":[{"message":"AiError: AiError: Input prompt contains NSFW content.","code":3030}],"success":false,"result":{},"messages":[]}
Was this page helpful?