# Website Conversion Audit

**Provider:** Conversion Sprint  
**Contact:** info@convierteweb.com.mx  
**Price:** $2 USDC per audit (Ethereum ERC20)  
**Endpoint:** https://fluxa-skill.vercel.app/api/audit  

## What It Does

Analyzes any public website URL and returns:
- Conversion score 0-100
- Specific problems found (CTA, social proof, mobile, trust signals, pricing)
- Prioritized recommendations to improve conversion rate
- Severity ratings for each finding

## Usage

```
POST https://fluxa-skill.vercel.app/api/audit
Content-Type: application/json
X-Payment: <payment-proof>

{
  "url": "https://example.com",
  "business_name": "Example Business"
}
```

## Response

```json
{
  "ok": true,
  "report": {
    "score": 54,
    "grade": "Needs Work",
    "findings": [...],
    "recommendations": [...]
  }
}
```

## Payment (x402)

Without `X-Payment` header, returns HTTP 402 with payment requirements.  
Send 2 USDC to `0x0380e2da7b6731c86b2b23d462b74a06ea6505f6` on Ethereum mainnet (ERC20) only. Do not send Base, other tokens, or NFTs.

After payment, retry the request with the `X-Payment` header.

## Use Cases

- AI agents auditing client websites as part of marketing analysis
- Automated conversion rate optimization pipelines
- Pre-sale website assessment for agencies
