API documentation to easily integrate the Sim & Teach endpoints. [ PH 🇵🇭 ]
Use the /sim endpoint to query a chatbot. Provide your text query as a parameter.
Example Request:
GET /sim?query=hello
Example Response:
{ "author": "Jerome", "status": 200, "respond": "Hi! How can I help you?", "processingTime": "12.34ms" }
Node.js Example:
// Node.js Example for /sim Endpoint
const axios = require('axios');
axios.get('https://simsimi.ooguy.com/sim', {
params: {
query: 'hello'
}
})
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(error);
});
Test Now
Use the /teach endpoint to add responses. Provide the query and the response parameters.
Example Request:
GET /teach?ask=Hi&ans=Hello
Example Response:
{ "author": "Jerome", "status": 200, "message": "Successfully taught!", "processingTime": "15.67ms" }
Node.js Example:
// Node.js Example for /teach Endpoint
const axios = require('axios');
axios.get('https://simsimi.ooguy.com/teach', {
params: {
ask: 'Hi',
ans: 'Hello'
}
})
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(error);
});
Test Now
Last Updated: December 21, 2024
Welcome to Simsimi API [ PH VERSION 🇵🇭 ]! By accessing or using our services, you agree to comply with the following terms and conditions. Please read them carefully before using the service.
Last Updated: December 21, 2024
Your privacy is important to us. This Privacy Policy outlines the types of information we collect, how we use it, and the measures we take to protect it.
If you have inquiries, questions, feedback, or encounter errors, feel free to reach out:
Email: webjerome91@gmail.com
Facebook: Jerome Expertise