API CLUSTER Documentation

Richard Productions

A unified high-performance backend supporting OmniCart, Flight Planner, and Community services.

OmniCart Engine
Syncing...
Flight Planner
Syncing...
WDR Recruitment
Syncing...
Valentine Core
Syncing...

🛒 OmniCart Ecosystem

Advanced digital storefront infrastructure with AWS S3 hosting and 2FA security.

POST/api/auth/register

Secure onboarding. Automatically dispatches branded HTML verification emails via SMTP nodes.

POST/api/auth/2fa/email/requestSecurity

Generates a cryptographically random 6-digit OTP code and triggers the enhanced HTML security template.

POST/api/auth/update-avatarAWS S3

Direct asset stream to AWS S3. Bypasses ephemeral local storage to ensure persistent user identity media.

POST/api/creator/product/uploadAWS S3

Cloud storage gate for product images and digital deliverables. Automatically handles folder segregation in S3 buckets.

✈️ Flight Planner Dashboard

Enterprise aviation workspace synchronization and OAuth-based identity management.

POST/api/flight/:ServerID/:SecretCodeBearer Verified

Primary sync engine. Handles workspace upserts, attribute syncing, and dynamic HubID generation.

POST/api/auth/2fa/generateIdentity

Generates TOTP (Authenticator App) secrets specifically for Flight Planner dashboard profiles.

POST/api/user/sync

Updates global activity timestamps and auto-assigns roles based on internal founder/dev lists.

POST/api/user/verify-robloxAccount Linking

Secures profile identity by verifying unique codes against Roblox OpenCloud user descriptions.

⚖️ UK GDPR Compliance

Self-service data portability and right to erasure handlers.

POST/api/user/export

Generates a JSON manifest of all stored PII. Automatically redacts 2FA secrets and internal DB pointers before transit.

POST/api/user/deleteDestructive

Permanently wipes the user's core profile and all associated personal RBLX workspaces. Irreversible.

💖 Community Services

Public interaction modules for recruitment and legacy projects.

GET/comments

Retrieves a chronologically sorted feed of community feedback and project comments.

POST/letters

Generates digital Valentine cards with unique ShortID identifiers and persistent storage.

GET/api/applications/pending

Retrieves active recruitment applications from the WDR cluster database.