🔗 Registration Link: Click to Register 1.2 Referral Rewards When your friends register via your referral link, both you and your friend will receive instant account credit. You can also get a 20% rebate from your friend’s first 3 recharges. 🔗 Referral Link: View Details
2.
API Configuration 2.1 Get API Token (API Key)
3.
Log in to the backend system
4.
Navigate to the "Tokens" page
5.
Click "Add Token" to generate your API Key 2.2 API Endpoint URLs 🌐 Global Users (Main Endpoint)
Full Endpoint URLs (for clients without auto path completion): https://tok.mom/v1 https://tok.mom/v1/chat/completions https://tok.mom/v1/responses Note: If you are unsure which URL to use, test all endpoints one by one. 🇭🇰 Asian Users (Hong Kong Accelerated Mirror) ✅ The Hong Kong accelerated mirror node is fully operational
Full Endpoint URLs (for clients without auto path completion): https://hk.tok.mom/v1 https://hk.tok.mom/v1/chat/completions https://hk.tok.mom/v1/responses Note: If you are unsure which URL to use, test all endpoints one by one. 2.3 Model Selection All available model names are listed in the "Model Square" section on the top navigation bar of the website. Use the exact model name for API calls.
3.
Testing & Verification Verify your API configuration with any of the following methods:
4.
Online Chat Test (Recommended) Best for testing chat integration for client applications.
5.
Official Online Debug Tool (Recommended) Best for development and official API debugging.
6.
AI Coding Tool Testing Compatible with Claude Code, Cline and other AI development tools.
7.
API Tool Testing Compatible with Postman and other mainstream API testing tools. Configuration Example (JSON) { "base_url": "https://tok.mom", "api_key": "your_token_here", "model": "selected_model_name" } 💡 Tips: It is recommended to complete the online chat test first to confirm the configuration is valid before formal development and integration.