A secure gateway to premium AI models. Integrate powerful AI capabilities into your apps.
POST https://ivansantoso.my.id/api/chat
| Model ID | Description |
|---|---|
| claude-sonnet-4-5 | Claude Sonnet 4.5 |
| claude-sonnet-4-5-thinking | Claude Sonnet 4.5 + Thinking |
| claude-opus-4-5-thinking | Claude Opus 4.5 + Thinking |
| gemini-2.5-flash | Gemini 2.5 Flash |
| gemini-2.5-flash-lite | Gemini 2.5 Flash Lite |
| gemini-3-flash-preview | Gemini 3 Flash |
| gemini-3-pro-preview | Gemini 3 Pro |
Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
curl -X POST "https://ivansantoso.my.id/api/chat" ^
-H "Content-Type: application/json" ^
-H "Authorization: Bearer YOUR_API_KEY" ^
-d "{\"action\": \"send_message\", \"message\": \"Hello!\", \"model\": \"claude-sonnet-4-5\"}"
curl -X POST 'https://ivansantoso.my.id/api/chat' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"action": "send_message",
"message": "Hello!",
"model": "claude-sonnet-4-5"
}'
Enter your API Key below to start testing.