šŸ”Œ API Service

Access CutCompress Chatbot API for your projects

šŸ“Š Quick Stats

1000+
Requests/day
99.9%
Uptime
<1s
Response

✨ Features

  • AI-Powered Responses
  • Multi-language Support
  • Rate Limiting
  • Real-time Processing
  • Full Documentation
  • 24/7 Availability

šŸ”‘ Your API Key

Generate your unique API key to start using the CutCompress Chatbot API

šŸ”’ Login Required

You need to be logged in to generate and manage API keys. Please sign up or login to get started.

šŸ“” Available Endpoints

POST
/api/public-chatbot/ask
Ask the chatbot a question
GET
/api/public-chatbot/models
Get available AI models
GET
/api/public-chatbot/health
Check API health status
GET
/api/public-chatbot/docs
Full API documentation

šŸ’» Code Examples

import requests API_KEY = "your-api-key" URL = "https://cutcompress.com/api/public-chatbot/ask" response = requests.post(URL, json={ "api_key": API_KEY, "message": "How to remove background?", "context": "cutcompress" }) print(response.json()["response"])
const API_KEY = "your-api-key"; fetch("https://cutcompress.com/api/public-chatbot/ask", { method: "POST", headers: {"Content-Type": "application/json"}, body: JSON.stringify({ api_key: API_KEY, message: "কীভাবে JPG কে PNG ą¦ ą¦°ą§‚ą¦Ŗą¦¾ą¦Øą§ą¦¤ą¦° করি?" }) }) .then(r => r.json()) .then(data => console.log(data.response));
curl -X POST https://cutcompress.com/api/public-chatbot/ask \ -H "Content-Type: application/json" \ -d '{ "api_key": "your-api-key", "message": "What tools do you offer?", "context": "cutcompress" }'

šŸ’° Pricing Plans

Free

$0
  • 10 requests/minute
  • Basic support
  • Standard models
  • Community access

Enterprise

Custom
  • Unlimited requests
  • 24/7 dedicated support
  • Custom models
  • SLA guarantee

ā“ Frequently Asked Questions

How do I get started? +
Simply generate an API key above, grab your code example, and start making requests! Check our documentation for more details.
What languages are supported? +
Our API supports multiple languages including English, Bengali, Hindi, and many more. The AI model automatically detects the language.
Is there a rate limit? +
Yes! Free plan has 10 requests/minute limit. Pro plan allows 100 requests/minute. Enterprise plans have custom limits.
Can I use this in production? +
Absolutely! Our API is production-ready with 99.9% uptime guarantee. Recommended for Pro or Enterprise plans in production.
How do I contact support? +
Email us at smartsamir0205@gmail.com or use the contact form on our website. Pro and Enterprise users get priority support.

Ready to integrate?

Sign Up to Get API Key

Or email us for enterprise solutions: smartsamir0205@gmail.com

šŸ’¬ CutCompress Assistant