Docs

Introduction to Ghostal

Welcome to the official developer and creator documentation for Ghostal. Learn how to set up autonomous algorithms preservation for your accounts.

What is Ghostal?

Ghostal is an automated creator continuity system. It monitors your social channels and steps in dynamically when you are inactive to schedule posts, remix your captions, and recycle evergreen content from your vault.

Our system aims to maintain your engagement growth so you can take vacations or breaks without losing your hard-earned algorithmic momentum.

Quick Start Guide

Follow these three simple steps to secure your creator continuity:

1. Connect account

Link your Facebook/Instagram Professional Account.

2. Load the Vault

Upload at least 5-10 high-quality photos or reels.

3. Enable Ghost

Turn on Ghost Mode in dashboard settings.

Connecting Platforms

To publish on your behalf, Ghostal requires official API permissions. We use standard OAuth 2.0 flows to request access token scopes:

// API scopes requested

instagram_basic

instagram_content_publish

pages_read_engagement

pages_show_list

Ghost Mode Configuration

Ghost Mode is guided by the **Inactivity Detection Engine**. You can adjust the detection threshold inside settings:

Using the flexible slider, you can set the exact number of days (from 1 to 14) of inactivity before the system steps in and begins publishing on your behalf.

Content Vault Management

The Vault stores files that the AI can choose from. It is categorized by post relevance tags:

Vault Status Query Example

curl -X GET "https://api.Ghostal.ai/v1/vault" \
  -H "Authorization: Bearer YOUR_API_KEY"

AI Survival Queue

The AI Survival Queue serves as a fail-safe backup during prolonged creator absences. If your primary schedule runs dry and Ghost Mode is enabled, the AI engine will scan your evergreen media in the Content Vault and generate fresh, remixed captions to seed the scheduler calendar automatically.

This ensures that even if you are offline for several weeks, your content feed remains fresh and the algorithm keeps receiving consistent publication signals.

Custom Caption Remixing

Rather than outputting generic AI responses, the remixing module reads your actual historical caption context, hashtags, and writing style. It performs sentence-structure mutations and mixes in new relevant tags while maintaining the core tone and voice of the original asset.

You can test and preview caption variations directly within the Content Vault by selecting any media item and clicking the "Edit" button to prompt alternate drafts.

API Integrations

Developer integrations are fully supported for enterprise plans. You can invoke automated webhook endpoints on successful publications, check system queue health metrics, or push raw assets directly into your vault container using standard API tokens.

// API endpoint headers

X-Ghostal-Client-ID: [your_client_id]

X-Ghostal-Signature: [sha256_payload_signature]