Cold emails, SEO meta tags, product descriptions, resume bullets, keyword extraction, social posts. All powered by Llama 3.3 70B. No rate-limit surprises.
Six focused endpoints. POST JSON, get JSON. No SDK required.
POST /cold-email
Personalized B2B cold emails under 120 words from prospect name, company, and pain point.
POST /seo-meta
Title, description, OG tags, focus keyword, slug — from any article body.
POST /product-description
Short + long descriptions + 5 bullet benefits from product name, features, and audience.
POST /resume-bullets
Rewrites bullets using the STAR method with measurable outcomes.
POST /keywords
Primary + long-tail keywords, topic clusters, and sentiment from any text.
POST /social-post
Platform-specific posts (LinkedIn, Twitter, etc.) with hashtags and timing suggestions.
Pay once a month, stop any time. No per-call surprises.
From purchase to first API call in under 5 minutes.
Click a plan button. Stripe-hosted checkout, instant receipt.
Email rebooked@rebooked.org with your Stripe receipt. We send your API key within 1 business day.
Add X-API-Key: sk_... header to any endpoint. Ship faster.
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 }