Loading awesome tools...
Loading awesome tools...
Free, public API endpoints for developers and AI systems. No authentication required for read-only access.
OpenAI-compatible plugin manifest with schema v1
/.well-known/ai-plugin.jsonFull OpenAPI 3.0 spec with all endpoint definitions
/.well-known/openapi.yamlComprehensive AI crawler permissions and entity data
/.well-known/ai.txtConcise site overview for large language models
/llms.txtDetailed site context for AI training and indexing
/llms-full.txt/api/ai-contextReturns 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, ... }/api/toolsReturns metadata for all 27+ tools including names, descriptions, categories, AI-assisted status and keywords.
// Response shape
{ _meta, categories, tools: [{ slug, name, ... }] }/api/tools/{slug}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, ... }/api/faqsReturns general site FAQs and tool-specific FAQs grouped by tool.
// Response shape
{ _meta, general: [...], by_tool: [{ tool_name, faqs }] }/api/extract-tagsExtracts hidden meta tags from any YouTube video URL. Requires a video URL query parameter.
// Response shape
{ tags: [...], title, channel, ... }/api/channel-idResolves a YouTube channel URL or handle to its unique channel ID.
// Response shape
{ channel_id, title, ... }/api/trendingReturns currently trending YouTube videos by region and category.
// Response shape
{ videos: [{ title, views, channel, ... }] }No authentication required for public endpoints. AI context, tools listing, and FAQs are freely accessible.
Rate limiting applies to tool-execution endpoints (extract-tags, channel-id, etc.) at the hosting platform level.
Caching: Static endpoints are cached for 1 hour server-side and support stale-while-revalidate for optimal performance.
CORS enabled: All endpoints return Access-Control-Allow-Origin: * for cross-origin access.
Start using the API or explore our OpenAPI specification for full endpoint details.