pepe.business exclusive

Auto-Pilot: Introduction

Give a URL, we generate images/videos and post for you.

Edit this page·Last updated: July 13, 2026

Auto-Pilot: Introduction

Auto-Pilot is the signature feature of pepe.business that doesn't exist at zernio or any other social API. It lets you generate content and publish it automatically from a simple website URL.

The concept

Instead of writing each post manually, you give pepe.business:

  1. The URL of your website (e-commerce, blog, portfolio, landing page...)
  2. A "replica" key (API key or access token to the structured content)
  3. The social channels to publish to

pepe.business then does everything on its own:

  • Scans your site (products, articles, services, events)
  • Generates visuals (promotional images, carousels, short videos)
  • Writes captions adapted to each platform
  • Publishes on an optimized schedule
  • Analyzes performance and adjusts

Why it's unique

  • zernio, Ayrshare, Buffer: you provide the content, they publish
  • pepe.business Auto-Pilot: we generate the content, we publish

You only have to manage your website — your social presence builds itself automatically.

Use cases

E-commerce

"I have a shop with 200 products. I want a different post published every day on Instagram + Facebook, highlighting a different product."

POST /v1/autopilot/run
{
  "sourceUrl": "https://my-shop.com",
  "apiKey": "sk_shop_xxx",
  "platforms": ["instagram", "facebook"],
  "strategy": "daily_product_highlight",
  "schedule": "daily_at_12:00"
}

pepe.business will:

  1. Connect to the shop via your key
  2. Identify 200 products
  3. For each product: generate a promo image (product reconstruction on an attractive background), write a caption, generate a hashtag set
  4. Publish one product per day at 12pm
  5. Track performance per product

Blogger

"My blog has 150 articles. I want to recycle one article per week on Twitter and LinkedIn."

POST /v1/autopilot/run
{
  "sourceUrl": "https://my-blog.com",
  "apiKey": "sk_blog_xxx",
  "platforms": ["twitter", "linkedin"],
  "strategy": "weekly_article_recycle",
  "schedule": "weekly_on_monday_at_09:00"
}

SaaS

"My SaaS has 8 features. I want to generate 3 demo videos and publish them on TikTok + YouTube Shorts."

POST /v1/autopilot/run
{
  "sourceUrl": "https://my-saas.com",
  "apiKey": "sk_saas_xxx",
  "platforms": ["tiktok", "youtube"],
  "strategy": "feature_demo_videos",
  "generationOptions": {
    "video": true,
    "duration": 30,
    "voiceover": true
  }
}

How it works technically

Your website  ─┐
               ├─→ pepe.business Auto-Pilot
Your API key  ─┘           │
                           ├─→ Scanner (crawl + parse)
                           ├─→ Generator (LLM + image gen + video gen)
                           ├─→ Adapter (formats per platform)
                           ├─→ Scheduler (publishes at the right time)
                           └─→ Analyzer (measures and adjusts)
                                     │
                                     ▼
                            Twitter / Instagram / TikTok / ...

Getting started

Auto-Pilot is included in all pepe.business plans. You only pay the generation cost (images ~$0.02, videos ~$0.15) in addition to the per-connected-account cost.

Was this page helpful?