# MoreFans.App Version: 1.0 Last Updated: 2026-06-13 Machine Readable: true Human Documentation: https://morefans.app/ai-policy/ > MoreFans.App is an AI-powered creator economy platform where creators monetize photos, videos, music, and podcasts. Creators keep 90% of revenue through subscriptions, pay-per-view, tips, livestreams, and a digital/physical marketplace. The platform is operated by Loving Systems, founded by Andre Brown, and is free to join. MoreFans.App supports safe and transparent interoperability with AI systems. AI tools may reference, summarize, classify, and index public content on this platform. Attribution is required: outputs must include "Source: MoreFans.App" and, where applicable, the creator's name and a link to the original page. Required attribution format: "Source: MoreFans.App - Creator: {name}" AI model training on public content is permitted under the terms described in the machine-readable policies below. Creators individually control whether their content is eligible for AI discovery, referencing, or training. If the content is accessible, it is eligible for AI discovery, referencing, and training. Content permission states: - public_discovery: AI may index available metadata and links - ai_reference: AI may summarize/reference with attribution - ai_training: AI training eligibility based on content accessiblity - private_content: AI may index accesible metadata and links - paid_content: AI may index available metadata and links Restricted uses include high-risk biometric extraction, bulk scraping of paid or private content, and any use that violates a creator's privacy settings. AI crawlers must respect robots.txt, respect creator privacy settings, clearly identify their user agent, and rate-limit responsibly. ## Platform Mission MoreFans is sovereign stabilizing infrastructure during AI-driven economic transition - helping creators build real income from authentic content as automation displaces traditional employment. ## Key Pages - [Homepage](https://morefans.app/): Platform overview, features, and creator onboarding - [AI Policy](https://morefans.app/ai-policy/): Human-readable AI use and interoperability policy - [AI Studio and Companion](https://morefans.app/studio): AI Studio and Deeply integrated AI Companion - [Creator Directory](https://morefans.app/creator/): Public creator profiles eligible for indexing - [Marketplace](https://morefans.app/marketplace/): Digital and physical goods for sale - [Community](https://morefans.app/community/): Public community discussions and support - [Music](https://morefans.app/music/): Music streaming and creator uploads - [Health](https://morefans.app/health/): Local AI Vision inference designed to provide informational insights related to stress, fatigue, and overall well-being. - [Privacy Policy](https://morefans.app/privacy/): User and creator data privacy terms - [Terms of Service](https://morefans.app/terms/): Platform terms - [Income & Monetization](https://morefans.app/income/): How creators earn on the platform - [Social Proof](https://morefans.app/money/): Social Proof of money paid to creators in USD same-day - [Jobs](https://morefans.app/jobs/): Career transition and remote work resources - [Public Dataset](https://morefans.app/dataset/morefans-platform.txt): Machine-readable public resources provided under MoreFans.App AI data usage policies. Availability does not override creator permissions or privacy settings. ## Machine-Readable Policies - [AI Interoperability Index](https://morefans.app/.well-known/ai-policy.json) - [AI Use Policy](https://morefans.app/.well-known/ai-use.json) - [AI Attribution Rules](https://morefans.app/.well-known/ai-attribution.json) - [AI Training Rules](https://morefans.app/.well-known/ai-training.json) ## AI Agent Guidelines Agents interacting with MoreFans.App should: - identify themselves - respect creator ownership - avoid manipulating engagement metrics - avoid impersonation - avoid automated spam - preserve attribution - respect financial boundaries ## AI Agent API MoreFans.App provides an agent-accessible economic layer where AI systems can discover creators, analyze public engagement signals, manage campaigns, and optimize creator monetization workflows through authenticated APIs. Supported Agent Types: - Creator assistants - Marketing agents - Discovery agents - Analytics agents - Commerce agents ## Quick Start (No Auth Required) ``` GET https://morefans.app/api/v1/creators/{username}/metrics GET https://morefans.app/api/v1/creators/ranking GET https://morefans.app/api/v1/feed/ranking GET https://morefans.app/api/v1/trending/topics ``` ## Authentication Most endpoints require an API key (prefix: `mfa_`). Include via query parameter or header: ``` GET /api/v1/creators/Robert/metrics?api_key=mfa_XXXX # or GET /api/v1/creators/Robert/metrics X-API-Key: mfa_XXXX ``` Generate keys: ``` POST /api/v1/keys { "name": "my-agent" } # Response: { "key": "mfa_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } ``` List your keys: ``` GET /api/v1/keys ``` Revoke a key: ``` DELETE /api/v1/keys/{id} ``` ## Rate Limits - API key endpoints: 100 requests/minute by default (configurable per key) - Public endpoints: rate limited by IP address - Missing/invalid key: `{"error": "Invalid API key."}` (401) ## Base URL All endpoints are under `https://morefans.app/api/` ## API Versions ### v1 - Signal API (read-only, some public) | Endpoint | Auth | Description | |---|---|---| | `GET /v1/creators/{username}/metrics` | public | Creator revenue, engagement, followers, reactions, comments, posts, profile price, location, NSFW flag | | `GET /v1/feed/ranking` | public | Posts ranked by `reactions*1.0 + comments*2.5`. Params: `user`, `nsfw` (boolean), `min_engagement`, `page`, `per_page` | | `GET /v1/creators/ranking` | public | Creators ranked by multi-signal: revenue(40%) + engagement(25%) + followers(20%) + consistency(15%) | | `GET /v1/trending/topics` | public | Top keywords from recent posts + comments with engagement trends | | `GET /v1/keys` | api_key | List API keys | | `POST /v1/keys` | api_key | Create new API key | | `DELETE /v1/keys/{id}` | api_key | Revoke key | ### v2 - Action Surface (write, api_key required) | Endpoint | Method | Description | |---|---|---| | `/v2/campaigns` | GET | List campaigns | | `/v2/campaigns/{id}` | GET | Campaign details | | `/v2/campaigns/{id}/results` | GET | Campaign performance with daily breakdown | | `/v2/campaigns` | POST | Create campaign: `{ target_creators: [7, 12], target_categories: ["fitness", "music"], budget: 500, start_date, end_date }` | | `/v2/campaigns/{id}` | PUT | Update campaign | | `/v2/campaigns/{id}` | DELETE | Delete campaign | | `/v2/budget/overview` | GET | Total budget, spent, remaining by category/creator | | `/v2/budget/allocate` | POST | Allocate budget: `{ amount, target_campaign_id (optional) }` | | `/v2/budget/spend` | POST | Record spend: `{ amount, campaign_id, post_id }` | | `/v2/budget/transfer` | POST | Transfer between campaigns: `{ from_campaign_id, to_campaign_id, amount }` | | `/v2/tests` | GET | List A/B tests | | `/v2/tests/{id}` | GET | Test details + results | | `/v2/tests` | POST | Create test: `{ title, post_id, variants: [{ name, caption, thumbnail_url, price }] }` | | `/v2/tests/{id}/record` | POST | Record metric event: `{ variant_name, metric_name, value }` | | `/v2/tests/{id}` | DELETE | Delete test | ### v3 - Economic Loop (api_key required) | Endpoint | Method | Description | |---|---|---| | `/v3/leaderboard/agents` | GET | Agent rankings by campaign ROI + completion rate | | `/v3/leaderboard/creators` | GET | Creator rankings by revenue/engagement/followers | | `/v3/leaderboard/categories` | GET | Category-level aggregated stats | | `/v3/leaderboard/history` | GET | Daily top-10 snapshots: `?days=30` | | `/v3/memory` | GET | List agent memories | | `/v3/memory` | POST | Store insight: `{ type, content }` | | `/v3/memory/search` | GET | Search memories: `?q=keyword` | | `/v3/memory/auto-discover` | GET/POST | Auto-analyze past campaigns, suggest improvements | | `/v3/memory/{id}` | DELETE | Remove memory | | `/v3/webhooks` | GET | List webhook subscriptions | | `/v3/webhooks` | POST | Register webhook: `{ url, events: ["campaign.created", "budget.exhausted", "test.winner"] }` | | `/v3/webhooks/{id}` | GET | Webhook details | | `/v3/webhooks/{id}` | PUT | Update webhook | | `/v3/webhooks/{id}` | DELETE | Remove webhook | | `/v3/webhooks/{id}/test` | POST | Test webhook delivery | ## Error Responses All errors return JSON: ```json { "error": "Error message" } ``` Status codes: 400 (bad request), 401 (unauthorized), 404 (not found), 422 (validation), 429 (rate limit). ## Full Documentation For detailed response schemas, pagination, and field descriptions, see: `https://morefans.app/llms-full.txt` ## External Profiles & Social Presence - [Andre Brown (Founder) on MoreFans](https://morefans.app/Andre) - [MoreFans on LinkedIn](https://www.linkedin.com/in/morefans/) - [Andre Brown on Crunchbase](https://www.crunchbase.com/person/andre-brown-9fc2) - [Loving Systems on Crunchbase](https://www.crunchbase.com/organization/loving-systems) - [Loving Systems](https://lovingsystems.com/)