Leveredge API

Programmatic CRO audits for any public page: conversion score, grounded findings in Hebrew, and an optional AI before/after mockup. Base URL: https://convertoapp.pages.dev

Authentication

Every request carries your key: Authorization: Bearer cvk_.... Keys are subscription-scoped with a monthly audit quota. Request a key through the contact page.

Create an audit

POST /api/v1/audits
{
  "url": "https://example.co.il/landing",
  "premium": false,          // true adds the AI redesign mockup
  "wait": true,              // sync: hold until the analysis is ready (score audits)
  "webhook_url": "https://your.app/hooks/converto",  // optional, fired on completion
  "client_name": "Optional brand name shown on the shared report"
}

Sync mode (wait:true, non-premium): the response returns the full analysis in ~45-90s. Async mode: returns 202 immediately with status:"processing"; poll the audit or receive the webhook. Premium mockups always complete async (typically 1-3 minutes).

Fetch an audit

GET /api/v1/audits/:id
{
  "id": "r1x...", "status": "done", "score": 46,
  "analysis": { "overall_score": 46, "roast_summary": "...", "issues": [...], "priority_fixes": [...] },
  "before_url": "...", "mobile_url": "...", "after_url": "...",
  "share_url": "https://convertoapp.pages.dev/r/r1x...", "pdf_url": ".../pdf"
}

Webhook

When the audit completes we POST the same payload to your webhook_url with header X-Converto-Event: audit.completed. HTTPS only.

Plans

Monthly subscriptions. Quotas reset on the 1st; unused audits do not roll over.

PlanPriceMonthly auditsMockupsFor
Score₪590/mo2,000-Lead scoring and screening at volume
Starter₪290/mo50IncludedFreelancers and small agencies
Growth₪790/mo200IncludedAgencies running audit-first outreach
Scale₪1,990/mo600IncludedPlatforms and white-label partners

Notes

Want a key?Tell us the plan and the volume you expect; keys are issued the same working day.
Request a key