{
  "version": "0.1",
  "name": "iptv suisse",
  "description": "Machine-payable resources for iptv suisse",
  "openapi": "https://iptvsuisse.cloud/openapi.json",
  "payment_methods": [
    "x402"
  ],
  "endpoints": [
    {
      "path": "/api/v1/subscribe",
      "method": "POST",
      "payment": {
        "intent": "charge",
        "amount": "10.00",
        "currency": "USD",
        "description": "Monthly iptv suisse subscription"
      }
    },
    {
      "path": "/api/v1/trial",
      "method": "POST",
      "payment": {
        "intent": "session",
        "amount": "0",
        "currency": "USD",
        "description": "Free 24h trial"
      }
    }
  ]
}