{
  "name": "Pinterest Downloader video and image and gif",
  "version": "1.0.0",
  "description": "Professional Pinterest downloader API for images, videos and GIFs with RapidAPI integration",
  "endpoints": {
    "/": "API information and documentation",
    "/extract": "Download Pinterest content (GET with ?url= parameter)",
    "/test": "Test endpoint with example URL for testing",
    "/health": "Health check and service status"
  },
  "usage": {
    "method": "GET",
    "endpoint": "/extract",
    "parameters": {
      "url": {
        "name": "url",
        "type": "string",
        "required": true,
        "description": "Pinterest pin URL to download content from",
        "example": "https://www.pinterest.com/pin/14214555068739760/",
        "examples": [
          "https://www.pinterest.com/pin/14214555068739760/",
          "https://pin.it/3EgHfM74F",
          "https://pinterest.fr/pin/123456789/",
          "https://co.pinterest.com/pin/dive-into-serenity--2885187256207927/"
        ],
        "format": "URL must be a valid Pinterest pin URL (pinterest.com/pin/, pin.it/, or any Pinterest domain)"
      }
    },
    "example": "/extract?url=https://www.pinterest.com/pin/14214555068739760/",
    "headers": {
      "X-RapidAPI-Key": "Your RapidAPI key (required)",
      "X-RapidAPI-Host": "Your API host (required)"
    }
  },
  "features": [
    "Image, video and GIF detection",
    "Direct download links",
    "Smart thumbnail selection",
    "Short URL (pin.it) resolution",
    "Multi-domain Pinterest support",
    "Rich metadata extraction",
    "Multiple quality options",
    "Plan-based rate limiting",
    "Response caching",
    "RapidAPI integration",
    "Real-time usage tracking"
  ],
  "rate_limits": {
    "free": "10 requests per minute",
    "basic": "100 requests per minute",
    "pro": "500 requests per minute",
    "mega": "1000 requests per minute",
    "ultra": "2000 requests per minute"
  },
  "authentication": {
    "method": "RapidAPI headers",
    "required_headers": [
      "X-RapidAPI-Key",
      "X-RapidAPI-Host",
      "X-RapidAPI-Proxy-Secret"
    ],
    "security": "Proxy secret validation"
  }
}