6 AI endpoints. One subscription.

Cold emails, SEO meta tags, product descriptions, resume bullets, keyword extraction, social posts. All powered by Llama 3.3 70B. No rate-limit surprises.

6
Endpoints
<500ms
Typical latency
99.9%
Cloudflare uptime

What you can call

Six focused endpoints. POST JSON, get JSON. No SDK required.

POST /cold-email

Cold email generator

Personalized B2B cold emails under 120 words from prospect name, company, and pain point.

POST /seo-meta

SEO meta tag writer

Title, description, OG tags, focus keyword, slug — from any article body.

POST /product-description

Product description writer

Short + long descriptions + 5 bullet benefits from product name, features, and audience.

POST /resume-bullets

Resume bullet optimizer

Rewrites bullets using the STAR method with measurable outcomes.

POST /keywords

Keyword extractor

Primary + long-tail keywords, topic clusters, and sentiment from any text.

POST /social-post

Social post generator

Platform-specific posts (LinkedIn, Twitter, etc.) with hashtags and timing suggestions.

Pricing

Pay once a month, stop any time. No per-call surprises.

Free tier

$0/mo
  • 10 requests per day
  • All 6 endpoints
  • No credit card required
  • Community support
Try an endpoint

Pro

$49/mo
  • 10,000 requests per month
  • All 6 endpoints, priority
  • API key delivered via email
  • Priority support
Subscribe $49/mo

How it works

From purchase to first API call in under 5 minutes.

1

Subscribe on Stripe

Click a plan button. Stripe-hosted checkout, instant receipt.

2

Get your API key

Email rebooked@rebooked.org with your Stripe receipt. We send your API key within 1 business day.

3

Start calling

Add X-API-Key: sk_... header to any endpoint. Ship faster.

Try it in one command

Free tier — 10 requests/day, no signup. Copy, paste, run.

# Generate a personalized cold email in ~500ms
curl https://autocash-api.autocash-rebooked.workers.dev/cold-email \
  -H 'Content-Type: application/json' \
  -d '{
    "prospect_name": "Jane",
    "company": "Bella Salon",
    "pain_point": "25% no-show rate killing margins"
  }'

# Response (excerpted):
{
  "email": "Hi Jane, I saw that Bella Salon has been growing...",
  "word_count": 69
}