---
title: "Display a custom meme"
method: GET
path: "/images/{template_id}/{text_filepath}"
tags: ["Images"]
---

# Display a custom meme

`GET /images/{template_id}/{text_filepath}`

## Path parameters

- `template_id` string, required
- `text_filepath` string, required

## Query parameters

- `status` integer
- `frames` integer
- `scale` number, float
- `center` string
- `background` string
- `color` string
- `height` integer
- `width` integer
- `layout` string
- `font` string
- `style` string

## Response `200`

Successfully displayed a custom meme

## Other responses

- `404` — Template not found
- `414` — Custom text too long (length >200)
- `415` — Unable to download image URL
- `422` — Invalid style for template or no image URL specified for custom template

---

[API](https://skmtc.net/memegen/apis/memegen-link.md) · [All operations](https://skmtc.net/memegen/apis/memegen-link/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memegen/memegen-link/revisions/f7d2d927f984/schema)
