API Documentation
TinyWeb API
Integrate TinyWeb's SEO tools into your applications with our RESTful API
Coming Soon: Our public API is currently in development. Contact us for early access or enterprise solutions.
RESTful API
Standard HTTP methods with JSON responses
Fast Response
Optimized for speed with intelligent caching
Rate Limited
Fair usage policies with generous limits
Easy Integration
Simple endpoints with comprehensive docs
Available Endpoints
GET/api/tools/opengraph
Analyze OpenGraph tags and social media previews
Parameters:
?url=https://example.com
Response:
{ "success": true, "data": { "title": "Page Title", "description": "Page description", "image": "https://example.com/image.jpg", "url": "https://example.com", "type": "website" } }
GET/api/tools/meta-tags
Analyze meta tags and SEO optimization
Parameters:
?url=https://example.com
Response:
{ "success": true, "data": { "title": "Page Title", "description": "Meta description", "keywords": ["keyword1", "keyword2"], "score": 85, "recommendations": [...] } }
GET/api/tools/http-headers
Analyze HTTP headers for security and performance
Parameters:
?url=https://example.com
Response:
{ "success": true, "data": { "headers": {...}, "security_score": 78, "performance_score": 92, "recommendations": [...] } }
Authentication
Currently, our API endpoints are publicly accessible with rate limiting. API keys will be required for higher usage limits and premium features.
Future API Key Usage:
Authorization: Bearer YOUR_API_KEY
Rate Limits
Free Tier
No API key required
- • 10-20 requests per minute per tool
- • 1000 requests per day
- • Standard response times
- • Community support
Premium Tier
Coming soon
- • 100+ requests per minute
- • 50,000+ requests per day
- • Priority processing
- • Email support
- • Custom integrations
Interested in API Access?
Contact us for early access, enterprise solutions, or custom integrations
Email: api@tinyweb.tools
Business: business@tinyweb.tools