---
title: "Quote Image"
method: GET
path: "/v0/quotes/{quoteId}/image"
tags: ["Quote"]
---

# Quote Image

`GET /v0/quotes/{quoteId}/image`

Get quote image for a given quote id

## Path parameters

- `quoteId` string, required — Quote identifier

## Response `200`

Quote image retrieved successfully

- object — Quote response with image URL
  - `url` string, uri, required — URL to access the quote image

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/remihq/apis/remi-public-api.md) · [All operations](https://skmtc.dev/remihq/apis/remi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/remihq/remi-public-api/revisions/01989d1451a5/schema)
