API

SimSimi API

Version 2.0 • PH Edition

Build smarter
Chatbots instantly.

The simplest API to integrate SimSimi conversations into your applications. Teach, learn, and deploy with zero configuration.

Fast Response
Secure
Unlimited Fun

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 / 300

Teach Usage

0 / 300
Resets in: Checking...

Sim Endpoint

GET /sim

Teach Endpoint

GET /teach

Documentation

GET

/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));
GET

/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

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.