⚡Ezy AI
  • 🏠Home
  • 🛠️Tools
  • 📊Analyzer
  • 📝Blog
  • 💰Pricing
  • 🏠Home
  • 🛠️Tools
  • 📊Analyzer
  • 📝Blog
  • 💰Pricing
🔌API Reference

API Reference

RESTful API for Ezy AI content generation

Base URL: https://ai.ezydigital.in/api

Authentication

Admin endpoints use session cookies. Login at /api/admin/login

Endpoints

POST /api/ai

Generate YouTube content

{
  "topic": "How to grow YouTube channel"
}

POST /api/admin/login

Admin login

{
  "email": "admin@ezyai.com",
  "password": "******"
}

GET /api/admin/stats

Get dashboard statistics

GET /api/admin/users

Get all users

POST /api/admin/create-blog

Generate a new blog post

GET /api/admin/blogs

Get all blogs

Code Examples

JavaScript

fetch('https://ai.ezydigital.in/api/ai', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ topic: 'YouTube tips' })
}).then(res => res.json())
.then(data => console.log(data));

Python

import requests
response = requests.post('https://ai.ezydigital.in/api/ai', 
  json={'topic': 'YouTube tips'})
print(response.json())
⚡Ezy AI

Supercharge your YouTube channel with cutting-edge AI tools. Create, analyze, and grow your audience like never before.

🐦💻🔗📺💬

Quick Links

  • Home
  • Tools
  • Analyzer
  • Blog
  • Pricing

Resources

  • Documentation
  • API Reference
  • Support Center
  • Community
  • Status

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • GDPR

Contact Us

📧 support@ezyai.com
📧

Stay Updated

Get the latest updates and AI tips directly to your inbox

© 2026 Ezy AI. All rights reserved. Made with ❤️ for YouTube creators

PrivacyTermsSitemap