v15

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-287323136.0 KB
config

Get public platform configuration

Returns non-sensitive configuration for frontend sync (tier definitions, pricing, thresholds).

get/api/v1/config/public

Response

Public configuration object

object required

Example response

{
  "tiers.free.monthlyCredits": 100,
  "tiers.pro.monthlyCredits": 1000,
  "tiers.pro.priceMonthlyUsd": 15,
  "credits.topUpPacks": [
    {
      "credits": 500,
      "priceUsd": 5
    },
    {
      "credits": 2000,
      "priceUsd": 15
    },
    {
      "credits": 10000,
      "priceUsd": 50
    }
  ],
  "leaderboard.pioneer.taskPoints": 25,
  "leaderboard.pioneer.explorerThreshold": 500,
  "leaderboard.pioneer.founderThreshold": 25000
}
All 73 operations