Downloader

Pinterest

Download images, videos, and GIFs from Pinterest.

GET /v1/pinterest/download

https://api.cludz.net/v1/pinterest/download

Fetch media from a Pinterest URL.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid Pinterest pin URL.string
formatNomp4 or mp3. Defaults to mp4.string

Example

curl "https://api.cludz.net/v1/pinterest/download?url=https://pin.it/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Pin Title",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "type": "image|video"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt