YouTube Tools Hub
ToolsPricingThumbnailEarningsBlogCPM Rates
Free Creator Resource

Get the 2026 YouTube SEO & High-CPM Matrix

Join thousands of creators getting our breakdown of $20–$50 CPM niches, viral title formulas, and weekly algorithm updates.

YouTube Tools Hub

Free YouTube creator tools: download thumbnails, draft titles and tags, and estimate AdSense earnings by country. No signup required.

Popular Tools

  • Thumbnail Downloader
  • Title Generator
  • Tag Generator
  • Earnings Calculator
  • Tag Extractor
  • Channel Audit
  • AI Thumbnail Generator
  • Description Generator
  • Hashtag Generator
  • vs TubeBuddy (Free)
  • Channel Name Ideas
  • Description Template
  • View All Tools →

Company

  • Tools
  • Pricing
  • Thumbnail
  • Earnings
  • Blog
  • CPM Rates

Resources

  • YT Tools Hub vs TubeBuddy
  • YT Tools Hub vs VidIQ
  • Why Choose Us
  • Link to Us
  • YouTube Algorithm Guide 2026
  • YouTube Monetization Guide
  • YouTube CPM Rates 2026
  • Creator Statistics
  • YouTube SEO Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Use
  • Refund Policy
  • Disclaimer
  • Contact

© 2026 YouTube Tools Hub. All rights reserved.

Made with for YouTube Creators

Developer Resources

API Documentation

Free, public API endpoints for developers and AI systems. No authentication required for read-only access.

AI & Machine-Readable Resources

AI Plugin Manifest

OpenAI-compatible plugin manifest with schema v1

/.well-known/ai-plugin.json

OpenAPI Specification

Full OpenAPI 3.0 spec with all endpoint definitions

/.well-known/openapi.yaml

AI Crawler Guidance

Comprehensive AI crawler permissions and entity data

/.well-known/ai.txt

LLMs Context (Short)

Concise site overview for large language models

/llms.txt

LLMs Context (Full)

Detailed site context for AI training and indexing

/llms-full.txt

Public API Endpoints

GET/api/ai-context

Structured entity data for AI systems

Returns comprehensive structured data about the organization, tools, FAQs, blog posts, and trust signals. Designed specifically for AI crawlers and knowledge graph builders.

// Response shape

{ _meta, entity, trust_signals, tools, faqs, blog_index, ... }
GET/api/tools

List all available tools

Returns metadata for all 27+ tools including names, descriptions, categories, AI-assisted status and keywords.

// Response shape

{ _meta, categories, tools: [{ slug, name, ... }] }
GET/api/tools/{slug}

Get detailed tool information

Returns complete details for a specific tool including content sections, how-to steps, and FAQs.

// Response shape

{ slug, name, description, content_sections, how_to, faqs, ... }
GET/api/faqs

Get frequently asked questions

Returns general site FAQs and tool-specific FAQs grouped by tool.

// Response shape

{ _meta, general: [...], by_tool: [{ tool_name, faqs }] }
GET/api/extract-tags

Extract tags from a YouTube video

Extracts hidden meta tags from any YouTube video URL. Requires a video URL query parameter.

// Response shape

{ tags: [...], title, channel, ... }
GET/api/channel-id

Find a YouTube channel ID

Resolves a YouTube channel URL or handle to its unique channel ID.

// Response shape

{ channel_id, title, ... }
GET/api/trending

Get trending YouTube videos

Returns currently trending YouTube videos by region and category.

// Response shape

{ videos: [{ title, views, channel, ... }] }

Usage Notes

1

No authentication required for public endpoints. AI context, tools listing, and FAQs are freely accessible.

2

Rate limiting applies to tool-execution endpoints (extract-tags, channel-id, etc.) at the hosting platform level.

3

Caching: Static endpoints are cached for 1 hour server-side and support stale-while-revalidate for optimal performance.

4

CORS enabled: All endpoints return Access-Control-Allow-Origin: * for cross-origin access.

Ready to integrate?

Start using the API or explore our OpenAPI specification for full endpoint details.

OpenAPI SpecExplore Tools