---
title: "Create Share Template"
method: POST
path: "/creator/marketing/templates"
tags: ["creator"]
---

# Create Share Template

`POST /creator/marketing/templates`

Create a new share template (admin only).

## Request body

- ShareTemplateCreate — Schema for creating a share template.
  - `platform` string, required
  - `template_type` string, required
  - `name` string, required
  - `template_text` string, required
  - `max_length` integer, nullable
  - `supports_images` boolean
  - `supports_hashtags` boolean
  - `default_hashtags` string[]

## Response `200`

Successful Response

- ShareTemplateResponse — Response for share template.
  - `id` string, uuid, required
  - `platform` string, required
  - `template_type` string, required
  - `name` string, required
  - `template_text` string, required
  - `max_length` integer, nullable
  - `supports_images` boolean, required
  - `supports_hashtags` boolean, required
  - `default_hashtags` string[]
  - `is_active` boolean, required
  - `sort_order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, 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)
