Build smarter
Chatbots instantly.
The simplest API to integrate SimSimi conversations into your applications. Teach, learn, and deploy with zero configuration.
Leaderboard
Top contributors and usage statistics.
Your Rank
Loading...
Your Calls
Loading...
Total Users
Loading...
Total Calls
Loading...
Top Users
- Loading top users data...
Dashboard
Manage your API keys and monitor usage.
Account
Loading...
API Key
Loading...
Sim Usage
0 / 300Teach Usage
0 / 300Sim Endpoint
GET /sim
Teach Endpoint
GET /teach
Documentation
/sim
Get a conversational response. Parameters required: query, apikey.
const axios = require('axios'); axios.get('https://simsimi.ooguy.com/sim', { params: { query: 'hi', apikey: 'YOUR_API_KEY' } }).then(res => console.log(res.data));
/teach
Train the bot. Parameters: ask, ans, apikey.
const axios = require('axios'); axios.get('https://simsimi.ooguy.com/teach', { params: { ask: 'hello', ans: 'hey!', apikey: 'YOUR_KEY' } }).then(res => console.log(res.data));
Jerome
Full Stack Developer
Created to simplify AI interaction for Filipino developers. We believe in open source, accessible tools, and making code fun.
Terms
Free for personal use. Do not abuse endpoints.
Privacy
No personal data is stored. Logs are cleared daily.