{
  "service": {
    "name": "Rapid Video Downloader",
    "description": "Free, fast web app for downloading TikTok, YouTube, Instagram, Facebook, Twitter, and Snapchat videos without watermarks",
    "url": "https://rapid-video-downloader.online",
    "logo": "https://rapid-video-downloader.online/favicon.svg",
    "contact": "support@rapid-video-downloader.online"
  },
  "capabilities": [
    "download_tiktok_videos",
    "download_youtube_videos",
    "download_instagram_reels",
    "download_facebook_videos",
    "download_twitter_videos",
    "download_snapchat_videos",
    "extract_video_metadata",
    "get_video_thumbnail",
    "audio_extraction",
    "hd_quality_support",
    "watermark_removal",
    "api_access"
  ],
  "api": {
    "version": "1.0",
    "base_url": "https://rapid-video-downloader.online/api/v1",
    "endpoints": [
      {
        "path": "/health",
        "method": "GET",
        "description": "API health check",
        "response_type": "json",
        "rate_limit": "unlimited"
      },
      {
        "path": "/platforms",
        "method": "GET",
        "description": "List all supported video platforms",
        "response_type": "json",
        "rate_limit": "unlimited"
      },
      {
        "path": "/download",
        "method": "POST",
        "description": "Download video or extract audio from supported platforms",
        "parameters": {
          "url": "string (required) — video URL",
          "platform": "string (optional) — auto-detect if omitted",
          "format": "string (optional) — mp4 | mp3 | webm"
        },
        "response_type": "json",
        "rate_limit": "60 requests/minute per IP"
      },
      {
        "path": "/analyze",
        "method": "POST",
        "description": "Extract metadata from video (title, duration, author, thumbnail, tags)",
        "parameters": {
          "url": "string (required) — video URL",
          "platform": "string (optional) — auto-detect if omitted"
        },
        "response_type": "json",
        "rate_limit": "120 requests/minute per IP"
      },
      {
        "path": "/docs",
        "method": "GET",
        "description": "API documentation (OpenAPI/Swagger spec)",
        "response_type": "json",
        "rate_limit": "unlimited"
      }
    ]
  },
  "supported_platforms": [
    {
      "name": "TikTok",
      "url_pattern": "tiktok.com",
      "formats": ["mp4"],
      "watermark_removal": true,
      "quality_options": ["original_hd"]
    },
    {
      "name": "YouTube",
      "url_pattern": "youtube.com",
      "formats": ["mp4", "mp3", "webm"],
      "watermark_removal": false,
      "quality_options": ["720p", "480p", "360p", "audio_only"]
    },
    {
      "name": "Instagram",
      "url_pattern": "instagram.com",
      "formats": ["mp4"],
      "watermark_removal": false,
      "quality_options": ["original_hd"]
    },
    {
      "name": "Facebook",
      "url_pattern": "facebook.com",
      "formats": ["mp4"],
      "watermark_removal": false,
      "quality_options": ["original_hd"]
    },
    {
      "name": "Twitter/X",
      "url_pattern": "twitter.com|x.com",
      "formats": ["mp4"],
      "watermark_removal": false,
      "quality_options": ["original_hd"]
    },
    {
      "name": "Snapchat",
      "url_pattern": "snapchat.com",
      "formats": ["mp4"],
      "watermark_removal": false,
      "quality_options": ["original_hd"]
    }
  ],
  "performance": {
    "mobile_pagespeed_score": 90,
    "avg_response_time_ms": 100,
    "lcp_ms": 2500,
    "cls": 0.1,
    "fid_ms": 100,
    "uptime_percent": 99.9,
    "sla": "99.5% availability"
  },
  "seo": {
    "meta_tags": true,
    "structured_data": true,
    "sitemap": "https://rapid-video-downloader.online/sitemap.xml",
    "robots_txt": "https://rapid-video-downloader.online/robots.txt",
    "open_graph": true,
    "twitter_cards": true,
    "json_ld": true
  },
  "security": {
    "https_only": true,
    "csp_enabled": true,
    "rate_limiting": true,
    "input_validation": true,
    "cors_configured": true,
    "no_data_storage": true,
    "privacy_compliant": true
  },
  "ai_features": {
    "llms_txt_enabled": true,
    "ai_plugin_enabled": true,
    "ai_crawler_allowed": true,
    "openai_plugin": true,
    "anthropic_claude_ready": true,
    "google_palm_ready": true,
    "structured_api_docs": true
  }
}
