Docs
API overview
This page is written for people (and assistants) who want a plain-language map of the few website routes that return JSON. Most actions still happen in your wallet after you approve a prompt—these endpoints mostly support configuration and file uploads for the token launch flow.
What you will not find here
There is no “log in to get a secret key” flow for the tools themselves. If you are looking for machine-readable discovery, start with the API catalog and the OpenAPI description.
Health check
GET /api/health returns a tiny JSON object so uptime monitors can confirm the app is responding.
Token launch pricing
GET /api/token-launch/pricing returns the public fee settings used by the token launch tools. If the server is not fully configured, you may see an error JSON payload instead of prices.
Uploads (images and metadata JSON)
POST /api/token-launch/upload accepts multipart form uploads used by the token launch flow (for example a coin image or a metadata JSON file). The server pins files to IPFS when hosting credentials are configured.
