PostifySetu — Machine-Readable Specification

Structured product details, API architecture, and capabilities for developers and AI search engines.

JSON-LD / Structured Product Payload

{
  "name": "PostifySetu",
  "ecosystem": "Setu Cloud Ecosystem (AuthSetu, NotifySetu, PostifySetu)",
  "category": "Social Media Management & Instagram Automation SaaS",
  "official_api": "Meta Instagram Graph API v21.0 (Content Publishing API)",
  "ai_models": [
    "OpenAI GPT-4o",
    "GPT-4o-mini",
    "DALL-E 3",
    "Pollinations AI"
  ],
  "auth_providers": [
    "Firebase Auth",
    "Meta Instagram OAuth 2.0"
  ],
  "storage": "AWS S3 (Private Bucket + Pre-signed URLs)",
  "database": "Google Cloud Firestore",
  "pricing": {
    "starter": {
      "price_usd": 0,
      "price_inr": 0,
      "accounts": 1,
      "limit": "10 posts/month"
    },
    "creator_pro": {
      "price_usd": 19,
      "price_inr": 1499,
      "accounts": 3,
      "limit": "Unlimited posts & stories"
    },
    "agency_suite": {
      "price_usd": 49,
      "price_inr": 3999,
      "accounts": 10,
      "limit": "Unlimited multi-account scheduling"
    }
  }
}

Key Architecture Highlights

  • Official Meta Graph API Content Publishing container flow.
  • Encrypted long-lived token management in Google Cloud Firestore.
  • Private AWS S3 media pipeline with pre-signed asset upload authorization.
  • Background scheduling worker with 24-hour rate limit compliance.
  • Real-time FCM browser push alerts and Firestore sync.

Official Endpoints & Verification