Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Integration examples in cURL, Python, Node.js, and Go
curl -X POST https://api.kyren.top/v1/products \ -H "Content-Type: application/json" \ -H "x-api-key: kyren_live_xxxxxxxxxxxx" \ -d '{ "name": "1000 AI Credits", "description": "Top up 1000 credits for AI API usage", "price": "9.99", "currency": "USD", "metadata": { "credits": "1000" } }'
curl -X POST https://api.kyren.top/v1/checkouts \ -H "Content-Type: application/json" \ -H "x-api-key: kyren_live_xxxxxxxxxxxx" \ -d '{ "productId": "prod_abc123", "successUrl": "https://yoursite.com/success", "cancelUrl": "https://yoursite.com/cancel", "customerEmail": "customer@example.com", "displayMerchantName": "Campaign Store", "metadata": { "userId": "user_456" } }'
curl https://api.kyren.top/v1/orders?status=PAID&page=1&size=10 \ -H "x-api-key: kyren_live_xxxxxxxxxxxx"
curl https://api.kyren.top/v1/balance \ -H "x-api-key: kyren_live_xxxxxxxxxxxx"