REST API Premium Proxy

Portfolio AI Wrapper

A secure gateway to premium AI models. Integrate powerful AI capabilities into your apps.

Endpoint

POST https://ivansantoso.my.id/api/chat

Supported Models

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

Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

CURL Example (Windows CMD)

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 Example (Bash/Mac/Linux)

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"
  }'
Live Playground
NO KEY

Enter your API Key below to start testing.

vpn_key
smart_toy