---
title: "Generate Share Content"
method: POST
path: "/creator/marketing/generate"
tags: ["creator"]
---

# Generate Share Content

`POST /creator/marketing/generate`

Generate share content from a template.

## Request body

- GenerateShareContentRequest — Request to generate share content.
  - `template_id` string, uuid, required
  - `character_id` string, uuid, required
  - `link` string, required
  - `custom_description` string, nullable
  - `include_hashtags` boolean
  - `custom_hashtags` string[], nullable

## Response `200`

Successful Response

- GenerateShareContentResponse — Response for generated share content.
  - `content` string, required
  - `platform` string, required
  - `template_name` string, required
  - `character_name` string, required
  - `character_id` string, required
  - `supports_images` boolean, required
  - `hashtags` string[], required
  - `length` integer, required
  - `max_length` integer, nullable

## Other responses

- `422` — Validation Error

---

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