š 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
ā Pro
$9.99/mo
- 100 requests/minute
- Priority support
- Advanced models
- Custom context
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 KeyOr email us for enterprise solutions: smartsamir0205@gmail.com