---
title: "Image"
method: GET
path: "/image"
tags: ["Image"]
---

# Image

`GET /image`

Automatically identifies the primary image(s) on any web page and returns comprehensive information and metadata for each image.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb' | 'displayHeight' | 'displayWidth'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `objects` object[]
    - `xpath` string
    - `humanLanguage` string
    - `naturalHeight` integer
    - `diffbotUri` string
    - `pageUrl` string
    - `type` string
    - `url` string
    - `naturalWidth` integer
    - `tags` union[]
      - union
        - object
          - `typeHierarchy` string[]
          - `id` integer
          - `label` string
          - `type` string
          - `uri` string
        - object
          - `id` integer
          - `label` string
          - `uri` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
