# Bytemine Proposal Generator

> Bytemine Proposal Generator is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates a personalized sales or partnership proposal with branding, ROI projections, social proof, and outreach copy, returning a public shareable URL.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/v1/proposals/generate
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-proposal-generator-dfba5435
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YT4TveF0E6OZCXP_QJb5H

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 bytemine-proposal-generator-dfba5435 -d '<json body>'
```

Example prompt: Generate a sales proposal targeting the contact Jane Smith (jane@acme.com) at acme.com from our company founderai.com — include our CTA link https://founderai.com/demo and embed our Calendly calendar so she can book a meeting directly.

## When to prefer this

Choose this endpoint when you need to quickly generate a polished, personalized B2B sales or partnership proposal with a public shareable URL, complete with ROI projections and social proof — ideal for automated outreach workflows where human-crafted proposals at scale are impractical. Prefer this over generic document generators when you need a hosted, linkable proposal page rather than a downloadable file.

## Known failure modes

- Missing required fields (source_domain or target_domain) returns a 400 validation error
- Invalid or unreachable CTA URL may cause rendering issues in the proposal
- Malformed calendar embed HTML may prevent the booking widget from displaying
- Insufficient credits or payment failure results in a 402 Payment Required error
- Invalid proposal_type value (not 'sales' or 'partnership') may cause a processing error

## How this service works

Generate a personalized sales or partnership proposal with branding, ROI projections, social proof, and outreach copy. Returns a public shareable URL. 10 credits.

## Output

Returns a public shareable URL pointing to a fully formatted proposal page that includes personalized branding, ROI projections, social proof elements, and outreach copy tailored to the target company and contact.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cta_link": {
   "type": "string",
   "description": "Call-to-action URL"
  },
  "contact_name": {
   "type": "string",
   "description": "Contact name for personalization"
  },
  "contact_email": {
   "type": "string",
   "description": "Contact email"
  },
  "proposal_type": {
   "type": "string",
   "description": "sales or partnership"
  },
  "source_domain": {
   "type": "string",
   "description": "Your company domain"
  },
  "target_domain": {
   "type": "string",
   "description": "Prospect company domain"
  },
  "calendar_embed": {
   "type": "string",
   "description": "Calendar embed HTML"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-proposal-generator-dfba5435/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
