Two submissions for Studio X were automatically rejected with Auto-review could not confirm x402 payment support:
- Submission 84:
https://www.studio-x.cc
- Submission 85:
https://studio-x.cc
The service exposes machine-readable discovery at:
Its paid endpoints are POST routes that require a valid JSON body before returning the x402 v2 challenge. For example:
curl -i -X POST https://www.studio-x.cc/api/generate/image \
-H "Content-Type: application/json" \
-d '{"model":"black-forest-labs/flux-schnell","prompt":"directory verification"}'\n```\n\nThis returns HTTP 402 with x402 payment requirements. Please re-run review with the OpenAPI request body or add POST-body-aware probing so these routes can be detected.
Two submissions for Studio X were automatically rejected with
Auto-review could not confirm x402 payment support:https://www.studio-x.cchttps://studio-x.ccThe service exposes machine-readable discovery at:
Its paid endpoints are POST routes that require a valid JSON body before returning the x402 v2 challenge. For example: