---
title: "Create a meme from a template"
method: POST
path: "/templates/{id}"
tags: ["Templates"]
---

# Create a meme from a template

`POST /templates/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `style` string[]
  - `text` string[]
  - `layout` string
  - `font` string
  - `extension` string
  - `redirect` boolean

## Response `201`

Successfully created a meme from a template

- object
  - `url` string

---

[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/versions/f7d2d927f984/schema)
