---
title: "Returns a simple image of the type suggest by the Accept header."
url: "https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f/operations/get_image"
---

> Full API specification: https://seriousmonkeybusiness.shermett.me/apis/httpbinorg-0/versions/cf5887fc-2a8e-440f-bf06-cb4d956f625f.md

# Returns a simple image of the type suggest by the Accept header.

`GET` `/image`

Operation ID: `get_image`

## Responses

- `200` - An image.

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: httpbin.org
  version: 0.9.2
servers:
  - url: https://httpbin.org
paths:
  /image:
    get:
      responses:
        "200":
          description: An image.
      summary: Returns a simple image of the type suggest by the Accept header.
      tags:
        - Images
      operationId: get_image
```
