Introduction

What the API does and the ideas behind it.

MarketMind is an AI marketing employee. It learns a brand, plans campaigns, writes and designs the content, publishes it on schedule, measures what happened and changes what it does next.

The API exists so the rest of your business can feed it: push customers and orders from your store, start campaigns from your own admin, and pull the numbers back into your reporting.

Base URL

https://marketmind.skotechlabs.com/api/v1

How it fits together

  1. Your store pushes customers and purchases. Segments like "quiet for 90 days" and "VIP" rebuild themselves from that data.
  2. You start a campaign — from the dashboard or with one API call. The strategy agent writes the plan; the content agent fills the calendar with posts and creatives.
  3. Content is approved — by a human, or automatically, depending on the brand approval mode.
  4. It publishes to the connected channels at the brand best hours, and performance is collected for the next two weeks.
  5. You read the results through GET /analytics, the daily report, or your own dashboard.

Core objects

Object What it is
Brand One identity the AI works for: voice, audience, catalogue, channels and calendar.
Campaign A goal, the AI strategy for it, and every post underneath.
Content item One planned post: channel, copy, hashtags, creative, schedule and status.
Customer A person you may market to, with purchase history and per-channel consent.
Segment A saved audience defined by rules, which re-runs itself.

Five-minute path

  1. Create a key under Channels, API keys.
  2. Push a customer so the segments have something to work with.
  3. Start a campaign and watch the calendar fill.