cURL
curl --request POST \ --url https://api.aioka.io/v1/keys/generate \ --header 'Content-Type: application/json' \ --data ' { "email": "dev@example.com", "name": "My Trading Bot" } '
{ "api_key": "aik_free_a1b2c3d4e5f6g7h8i9j0", "calls_per_day": 10, "calls_per_minute": 2, "created_at": "2026-04-03T10:22:00Z", "message": "Store this key safely — it cannot be recovered!", "tier": "free" }
Generate a free tier API key instantly
⚠️ Store your key safely — it cannot be recovered after this response!
Your name or project name
2 - 100
Your email address
Key generated successfully