API for developers

One API call.
On-brand content.

Pass any business URL. Get back platform-native social posts with AI images. The API remembers every brand and never repeats content.

Get API Key โ€” FreeView Documentation
curl -X POST https://makemeseen.app/api/v1/generate/quick \
  -H "Authorization: Bearer mms_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://dakskitchen.co.uk",
    "platform": "instagram"
  }'
{
  "platform": "instagram",
  "text": "There's something about sourdough that takes
    you right back to basics. Every loaf starts with
    a 48-hour ferment โ€” no shortcuts, no rush ๐Ÿž

    #sourdough #artisanbread #peterborough",
  "hashtags": ["sourdough", "artisanbread", "peterborough"],
  "image": {
    "url": "https://cdn.makemeseen.app/gen/...",
    "alt_text": "freshly baked sourdough on wooden rack"
  },
  "brand_id": "br_9ca5..."
}

10 platforms, one endpoint

Twitter/XInstagramLinkedInFacebookPinterestRedditGoogle BusinessTikTokThreadsBluesky

Same input. Different output. Every time.

Call the API 15 times with the same URL and platform. Get 15 unique posts โ€” different angles, different hooks, different topics. The Brand Brain remembers what it already wrote and never repeats.

Request 1

Behind the scenes of our 48-hour ferment...

Request 5

Why we source flour from a single mill...

Request 15

The science of crust โ€” what makes ours...

What you get

Months of prompt engineering, one API call.

Extraction + AI

Brand Brain

Paste a URL โ€” we extract business name, tone, audience, features, social proof, and visual identity. AI enriches gaps. Cached forever.

10 platforms

Platform Intelligence

Each platform gets native format โ€” char limits, hashtag strategy, CTA patterns, hook styles. 60+ rules per platform. Not copy-paste.

Anti-repetition

Content Memory

Every generation is stored per brand. The system tracks topics, angles, and hooks. Request 15 is as fresh as request 1.

FLUX 2 Pro

AI Images

FLUX 2 Pro generates a matching photo for each post. No text in images, no stock feel. Platform-sized and ready to publish.

60+ filters

Anti-AI Detector

60+ banned AI phrases. No "game-changer", no "seamlessly", no "unlock your potential". Content reads human because the rules are human.

5 min quickstart

Zero Setup

No prompt engineering, no templates, no configuration. One URL in โ†’ branded post out. The Brand Brain handles everything.

vs calling Claude/GPT directly

Raw AI API

โœ— Write your own prompt every time
โœ— No brand memory between calls
โœ— Same output for same input
โœ— You manage platform rules
โœ— No images included
โœ— Token-based pricing (unpredictable)

MakeMeSeen API

โœ“ Zero prompting โ€” URL in, post out
โœ“ Brand Brain persists across calls
โœ“ Never repeats content (content memory)
โœ“ 60+ platform rules built in
โœ“ AI images generated per post
โœ“ Predictable monthly pricing

Simple, predictable pricing

Start free. Scale as you grow. No surprises.

Free

Try the API

$0
Generations50/month
AI ImagesText only
Brands1
Content Memory7 days
Rate Limit5/min
Get API Key

Builder

For indie developers

$29/month
Generations200/month
AI Images30/month
Brands3
Content MemoryFull
Rate Limit20/min
Start 3-Day Trial
Most popular

Agency

For teams & agencies

$79/month
Generations500/month
AI Images150/month
Brands10
Content MemoryFull
Rate Limit60/min
Start 3-Day Trial

Platform

For SaaS products

$199/month
Generations2,000/month
AI Images500/month
BrandsUnlimited
Content MemoryFull
Rate Limit120/min
Start 3-Day Trial

Need more? Buy top-up packs.

Credits never expire. Used after your monthly allowance.

Starter Pack

100 gens + 20 images

$15

Buy Pack โ†’

Growth Pack

500 gens + 100 images

$49

Buy Pack โ†’

Bulk Pack

1,000 gens + 250 images

$79

Buy Pack โ†’

Endpoints

POST/api/v1/generate/quickURL + platform โ†’ branded post. Zero setup.
POST/api/v1/brandsCreate a persistent brand with logo, tone, notes.
GET/api/v1/brandsList your brands.
POST/api/v1/generateGenerate using a brand_id.
GET/api/v1/generate/:idPoll for async result.
GET/api/v1/usageCheck your plan limits and usage.

Branded images with your logo

Create a brand with your logo URL. Every generated image gets your watermark applied automatically.

// Step 1: Create brand with logo
POST /api/v1/brands
{
  "name": "Daks Kitchen",
  "urls": ["https://dakskitchen.co.uk"],
  "logo_url": "https://dakskitchen.co.uk/logo.png",
  "tone": "warm, friendly, community-focused",
  "notes": "Family-run bakery in Peterborough since 2015"
}

// Step 2: Generate with image โ€” logo auto-applied
POST /api/v1/generate
{
  "brand_id": "br_9ca5...",
  "platform": "instagram",
  "image": true
}

// Response includes branded image with logo watermark
{
  "image": {
    "url": "https://cdn.makemeseen.app/gen/branded_...",
    "alt_text": "..."
  }
}

Start building now

Free tier. No credit card. First API call in under 5 minutes.

Get Your API Key