{
  "ok": true,
  "service": "JWT Decode API",
  "serviceName": "JWT Decode API",
  "name": "JWT Decode API",
  "endpoint": "https://tools.ipintel.ai/jwt-decode",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjMifQ.signature"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "token": {
          "type": "string",
          "description": "JWT token to decode"
        }
      },
      "required": [
        "token"
      ]
    }
  },
  "description": "JWT Decode API. Decode JWT header and payload without verifying the signature. Returns algorithm, claims, expiration, issued-at, not-before timestamps, and token validity hints. Useful for agents, developers, authentication debugging, token inspection, API testing, and security workflows. Paid per call via x402.",
  "tags": [
    "jwt",
    "jwt-decode",
    "token-inspection",
    "auth-debugging",
    "developer-tools",
    "api-testing",
    "security"
  ]
}