Documentation
Vanelton Developer Platform
Build apps with authentication, payments, AI, cloud storage, real-time database, and social features — all from a single unified API.
Platform services
Vanelton ID
Login, session tokens, app authorization, multi-device, SSO.
Vanelton Pay
Stripe payments and recurring subscriptions.
CloudStore
Per-user JSON cloud storage — saves, settings, inventory.
Database
Firebase-style realtime JSON database per app.
Friends
Friend requests, presence, chat, game invites, and notifications.
Achievements
Unlock achievements, award XP, and rank players on the leaderboard.
Leaderboards
Custom score-based rankings — goals, assists, lap times, kills, and more.
Before you start
Every API call requires an Authorization header with your AppID:AppKey credentials, obtained from the Developer Console. Most endpoints additionally require a user token returned by the login endpoint.
Response format
All endpoints return JSON. Successful responses include "success": true. Errors include "error": "message".
{ "success": true, "data": { ... } }
{ "error": "Invalid or expired token." }