Developer API
Integrate CieloWeb’s privacy-first tools directly into your app. Fast endpoints, simple auth, and a generous free tier.
Why Use the CieloWeb API?
Privacy-First
Built on the same principles as our tools. We don’t track your users.
Simple & Fast
Clean REST endpoints, predictable responses, and quick integration.
Developer Focused
Generous free tier, transparent limits, and built by devs for devs.
Available Endpoints
Endpoints
Search by tool name, endpoint, or description.
| Tool | Endpoint | Description |
|---|---|---|
| AI Resume Analyzer | POST /api/ai-resume-analyzer | Submit resumes to get AI-powered feedback. |
| AI Authenticity Checker | POST /api/ai-authenticity-checker | Analyze text for likelihood of being AI-generated. |
| CMS Detector | POST /api/cms-detector | Detects the CMS or framework of a website. |
| DNS Lookup | POST /api/dns-lookup | Retrieves DNS records for a given domain. |
| Page Speed Analyzer | POST /api/pagespeed | Runs a Google PageSpeed analysis on a URL. |
| Weather Forecast | POST /api/weather | Gets the weather forecast for a location. |
| QR Code Generator | POST /api/qr-code-generator | Create QR codes with logo and color options. |
| Secure Password Generator | POST /api/password-generator | Generate strong, customizable passwords on-demand. |
| Flight Delay Refund Helper | POST /api/flight-delay-check | Check flight delay compensation eligibility. |
| App Privacy Analyzer | POST /api/app-privacy-analyzer | Analyzes permissions of a Google Play Store app. |
| What Is My IP | GET /api/ip-info | Returns geolocation info for the request's IP. |
| Link Inspector | POST /api/inspect-url | Fetches the raw HTML of a URL for analysis. |
| Recipe Finder | POST /api/recipe-finder | Finds recipes based on a list of ingredients. |
| On This Day | GET /api/onthisday | Gets historical events for a specific day. |
| Sitemap/Robots Validator | POST /api/sitemap-robots-validator | Validates sitemap.xml and tests robots.txt rules. |
| Email Domain Checker | POST /api/email-domain-checker | Checks if a domain is from a disposable email provider. |
Getting Started in 2 Minutes
1. Get your API key
Sign up for a free account to generate your API key. You’ll find it in Dashboard → Account Settings → Developer.
2. Make your first request
Include your key in the x-api-key header.
fetch('https://cieloweb.com/api/cms-detector', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': 'YOUR_API_KEY_HERE'
},
body: JSON.stringify({ url: 'https://cieloweb.com' })
})
.then(r => r.json())
.then(console.log);3. Integrate with your CMS
Using WordPress or Shopify? Integrate on the server-side. See our documentation for examples.
Pricing
Free
€0/month
100 requests/day
~3,000 requests/month
Perfect for development & hobby projects.
API Starter
€5/month
2,000 requests/day
~60,000 requests/month
Good for small production apps.
API Pro
Popular€15/month
5,000 requests/day
~150,000 requests/month
For growing applications.
API Scale
€39/month
20,000 requests/day
~600,000 requests/month
For businesses or high traffic.
Need more? Custom enterprise plans with dedicated support.
Contact SalesFrequently Asked Questions
FAQ
Short answers. No fluff.