Skip to content

False-negative x402 detection for Studio X POST endpoints #2

Description

@pu-re

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions