---
title: "Create a meme from word or phrase"
method: POST
path: "/images/automatic"
tags: ["Images"]
---

# Create a meme from word or phrase

`POST /images/automatic`

## Request body

- object
  - `text` string
  - `safe` boolean
  - `redirect` boolean

## Response `201`

Successfully created a meme

- object
  - `url` string

## Other responses

- `400` — Required "text" missing in request body

---

[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)
