# First Fold Conversion Brief

> First Fold Conversion Brief is a paid API for AI agents from first-fold-48h.tatoespitia.chatgpt.site, paid per call via x402, $9/call, status unknown (last checked 2026-09-14).

Generates a structured homepage conversion brief for local service businesses, including headline variants, page hierarchy, positioning, and A/B test recommendations.

## Facts

- Endpoint: GET https://first-fold-48h.tatoespitia.chatgpt.site/api/conversion-brief
- Price: $9/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/first-fold-conversion-brief-4e599dd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vHll-BzvTprxM685IZq9i

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability first-fold-conversion-brief-4e599dd6
```

Example prompt: Can you run a First Fold conversion brief for Northstar HVAC — we install heat pumps for homeowners replacing aging heating systems, targeting cost-conscious homeowners aged 40–65, their main problem is not knowing which system to pick, the outcome they want is a clear written installation plan, and the CTA is to request a planning call? Use a direct tone, and our proof points are: licensed in 3 states; 500+ installs; average project quote in 48 hours.

## When to prefer this

Choose this endpoint when an agent needs a ready-to-implement homepage strategy document for a local service business — especially when the user has a defined offer, audience, and CTA but needs structured positioning, headline options, and a prioritized build order. Prefer this over generic copywriting endpoints when the output must include conversion hierarchy, A/B test hypotheses, and message readiness scoring in a single structured response. Best suited for single-page homepage briefs rather than multi-page site audits or ad campaigns.

## Known failure modes

- Missing required query parameters (brand, offer, audience, problem, outcome, action) returns a validation error
- Invalid tone enum value causes a schema error
- Overly vague inputs (e.g. single-word audience or problem) may yield low message readiness scores and generic output
- Payment not fulfilled (x402) results in 402 Payment Required with no brief returned
- Extremely long input strings exceeding field limits may be truncated or rejected

## How this service works

Conversion-focused homepage rebuilds for local service businesses. One page, one revision, $225 flat.

## Output

A JSON object containing: a message readiness score (0–100) with interpretation, a one-line positioning statement, multiple hero headline variants each with angle, headline, and CTA, a recommended page hierarchy with section jobs, prioritized A/B test hypotheses, an ordered implementation checklist, content guardrails, and optional FAQ drafts and objection-handling blocks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "brand",
      "offer",
      "audience",
      "problem",
      "outcome",
      "action"
     ],
     "properties": {
      "tone": {
       "enum": [
        "direct",
        "warm",
        "premium",
        "technical"
       ],
       "type": "string",
       "description": "Desired voice. Defaults to direct."
      },
      "brand": {
       "type": "string",
       "description": "Brand or business name, up to 80 characters."
      },
      "offer": {
       "type": "string",
       "description": "The concrete product or service being sold."
      },
      "proof": {
       "type": "string",
       "description": "Zero to five verifiable proof points separated by semicolons."
      },
      "action": {
       "type": "string",
       "description": "The single primary action the page should drive."
      },
      "outcome": {
       "type": "string",
       "description": "The specific progress the visitor wants to make."
      },
      "problem": {
       "type": "string",
       "description": "The present problem the visitor wants resolved."
      },
      "audience": {
       "type": "string",
       "description": "The narrow customer group the page should address."
      },
      "objection": {
       "type": "string",
       "description": "The strongest reason a qualified visitor may delay."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "product",
      "messageReadiness",
      "positioning",
      "heroVariants",
      "pageHierarchy",
      "tests",
      "implementationOrder",
      "guardrails"
     ],
     "properties": {
      "input": {
       "type": "object"
      },
      "tests": {
       "type": "array"
      },
      "product": {
       "type": "string"
      },
      "version": {
       "type": "string"
      },
      "faqDrafts": {
       "type": "array"
      },
      "proofPl
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tests": [
   {
    "priority": 1,
    "hypothesis": "An outcome-first headline will improve qualified CTA clicks."
   }
  ],
  "product": "First Fold Conversion Brief",
  "guardrails": [
   "Use only supplied claims and verify them before publishing."
  ],
  "positioning": {
   "oneLine": "Northstar HVAC provides same-week heat-pump installation plans for homeowners replacing an aging heating system."
  },
  "heroVariants": [
   {
    "cta": "Request a planning call",
    "angle": "Outcome first",
    "headline": "Choose the right system with a written plan—without unclear options and surprise project costs."
   }
  ],
  "pageHierarchy": [
   {
    "job": "Make the offer, audience, outcome, and next step understandable without scrolling.",
    "section": "Hero"
   }
  ],
  "messageReadiness": {
   "score": 90,
   "interpretation": "Strong inputs. The main opportunity is hierarchy and testing."
  },
  "implementationOrder": [
   "Verify every supplied claim and proof point.",
   "Choose one hero angle and one primary action."
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/first-fold-conversion-brief-4e599dd6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from first-fold-48h.tatoespitia.chatgpt.site](https://www.zero.xyz/host/first-fold-48h.tatoespitia.chatgpt.site/llms.txt)
