Quickstart

Get up and running in 3 steps.

1. Get your API key

Admin provides your sk-aion-... key. No signup required.

2. Login

Go to /login and enter your key.

3. Make your first request

curl https://aion.mehho.my.id/v1/chat/completions   -H "Authorization: Bearer sk-aion-..."   -H "Content-Type: application/json"   -d '{
    "model": "gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'