---
title: "Telegram Quotly Maker"
method: POST
path: "/maker/quotly"
tags: ["Maker"]
---

# Telegram Quotly Maker

`POST /maker/quotly`

## Request body

- object
  - `type` 'quote' — Type of the request
  - `format` 'png' — Output image format
  - `backgroundColor` string — Background color in hex
  - `width` integer — Width of the output image
  - `height` integer — Height of the output image
  - `scale` integer — Scale factor for the image
  - `messages` object[]
    - `entities` string[] — List of message entities
    - `avatar` boolean — Whether to include the avatar
    - `from` object
      - `id` integer — ID of the sender
      - `name` string — Name of the sender
      - `photo` object
        - `url` string — URL of the sender's photo
    - `text` string — Message text
    - `replyMessage` object
      - `name` string — Name of the replier
      - `text` string — Reply text
      - `chatId` integer — Chat ID of the reply

## Response `200`

Success - Got the response

## Other responses

- `400` — Invalid URL provided
- `500` — Server error

---

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