← Инструменты для текста и контента

Скриншот URL

GET /link/screenshot

Извлечение метаданных из URL и создание скриншота. Возвращает те же данные, что и предпросмотр ссылки, с дополнительным URL скриншота.

Параметры

url обязательный

URL to screenshot

Примеры запросов

Базовое использование
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"

Ответ в реальном времени

{
  "data": {
    "author": null,
    "date": "2026-07-06T15:32:00.000Z",
    "description": "Join the world’s most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
    "image": {
      "height": 630,
      "url": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
      "width": 1200
    },
    "lang": "en",
    "logo": {
      "url": "https://github.com/fluidicon.png"
    },
    "publisher": "GitHub",
    "screenshot": "https://iad.microlink.io/e9c0khCXSRauzKxgMOLbdbAhdRm9tyykf-auUJxhAwZJoc2E_P3AqLvEK49s89PD5vF1a2Xy7M-RsrCE4ZG56w.png",
    "title": "GitHub · Change is constant. GitHub keeps you ahead.",
    "url": "https://github.com/"
  },
  "success": true
}