{
  "generated_at": "2026-07-26T21:32:17.525731+00:00",
  "slug": "promptqualityscore-com-api-variants",
  "title": "promptqualityscore.com \u00b7 /api/variants",
  "url": "https://promptqualityscore.com/api/variants",
  "category": "other",
  "summary": "promptqualityscore-com-api-variants \u2014 x402-protected other API",
  "seo": {
    "title": "promptqualityscore.com \u00b7 /api/variants",
    "description": "promptqualityscore-com-api-variants \u2014 x402-protected other API"
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xB40a687ca5483Ebc02F870348f6e08971Cae1308",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "PQS variants - generate N ranked prompt rewrites (1-5) scored on the 8-dimension rubric",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "count": {
              "type": "integer",
              "description": "Number of variants to generate (1-5, default 3)"
            },
            "prompt": {
              "type": "string",
              "description": "Prompt to generate variants for"
            },
            "vertical": {
              "type": "string",
              "description": "Domain: software/content/business/education/science/crypto/general/research"
            }
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "required": [
            "pqs_version",
            "variants"
          ],
          "properties": {
            "variants": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "score": {
                    "type": "object",
                    "properties": {
                      "grade": {
                        "enum": [
                          "A",
                          "B",
                          "C",
                          "D",
                          "F"
                        ],
                        "type": "string"
                      },
                      "total": {
                        "type": "integer",
                        "maximum": 80,
                        "minimum": 8
                      },
                      "out_of": {
                        "enum": [
                          80
                        ],
                        "type": "integer"
                      },
                      "dimensions": {
                        "type": "object",
                        "properties": {
                          "total": {
                            "type": "integer",
                            "maximum": 80,
                            "minimum": 8
                          },
                          "clarity": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "context": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "examples": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "constraints": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "specificity": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "cot_structure": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "output_format": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          },
                          "role_definition": {
                            "type": "integer",
                            "maximum": 10,
                            "minimum": 1
                          }
                        }
                      },
                      "percentile": {
                        "type": "integer"
                      }
                    }
                  },
                  "style": {
                    "type": "string",
                    "description": "Generation angle: detailed | concise | structured | role-framed | example-led"
                  },
                  "prompt": {
                    "type": "string"
                  },
                  "delta_vs_baseline": {
                    "type": "integer",
                    "description": "score.total - baseline_score.total"
                  }
                }
              },
              "maxItems": 5,
              "minItems": 1
            },
            "vertical": {
              "type": "string"
            },
            "powered_by": {
              "type": "string"
            },
            "pqs_version": {
              "enum": [
                "2.0"
              ],
              "type": "string"
            },
            "baseline_score": {
              "type": "object",
              "properties": {
                "grade": {
                  "enum": [
                    "A",
                    "B",
                    "C",
                    "D",
                    "F"
                  ],
                  "type": "string"
                },
                "total": {
                  "type": "integer",
                  "maximum": 80,
                  "minimum": 8
                },
                "out_of": {
                  "enum": [
                    80
                  ],
                  "type": "integer"
                },
                "dimensions": {
                  "type": "object",
                  "properties": {
                    "total": {
                      "type": "integer",
                      "maximum": 80,
                      "minimum": 8
                    },
                    "clarity": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "context": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "examples": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "constraints": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "specificity": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "cot_structure": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "output_format": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    },
                    "role_definition": {
                      "type": "integer",
                      "maximum": 10,
                      "minimum": 1
                    }
                  }
                },
                "percentile": {
                  "type": "integer"
                }
              }
            },
            "original_prompt": {
              "type": "string"
            },
            "best_variant_index": {
              "type": "integer",
              "minimum": 0
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "promptqualityscore-com",
    "host": "promptqualityscore.com",
    "url": "https://promptqualityscore.com"
  },
  "json_ld": {
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "@id": "https://x402all.com/resource/promptqualityscore-com-api-variants",
    "name": "promptqualityscore.com \u00b7 /api/variants",
    "description": "promptqualityscore-com-api-variants \u2014 x402-protected other API",
    "url": "https://x402all.com/resource/promptqualityscore-com-api-variants",
    "sameAs": "https://promptqualityscore.com/api/variants",
    "applicationCategory": "other",
    "identifier": "promptqualityscore-com-api-variants",
    "provider": {
      "@type": "Organization",
      "@id": "https://x402all.com/server/promptqualityscore-com",
      "name": "promptqualityscore.com",
      "url": "https://promptqualityscore.com"
    },
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=promptqualityscore-com-api-variants",
      "description": "Test-buy this endpoint on AXON"
    },
    "offers": {
      "@type": "Offer",
      "price": "0.1",
      "priceCurrency": "USDC",
      "availability": "https://schema.org/InStock",
      "eligibleCustomerType": "Agent",
      "url": "https://x402all.com/resource/promptqualityscore-com-api-variants",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "priceCurrency": "USDC",
        "unitText": "call"
      },
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    }
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=promptqualityscore-com-api-variants"
}