---
title: "Create Site"
method: POST
path: "/sites/multiscreen/create"
---

# Create Site

`POST /sites/multiscreen/create`

Create a new Site from a Template.

## Request body

- object
  - `default_domain_prefix` string — Must be between 4-44 characters long.
  - `labels` object[]
    - `name` string
  - `lang` string
  - `site_data` object
    - `external_uid` string
    - `google_tracking_id` string
    - `googletagmanager_container_id` string[] — Max of three IDs
    - `site_alternate_domains` object
      - `domains` string[] — Array of valid domain names. (Max 10)
      - `is_redirect` boolean — Should these domains redirect to the main site domain
    - `site_business_info` object
      - `address` object
        - `city` string
        - `country` string — Valid two character country code
        - `state` string — Valid two character state abbreviation
        - `street` string
        - `zip_code` string
      - `business_name` string — Name of business or organization
      - `email` string — Valid email address
      - `phone_number` string — Valid telephone number
    - `site_domain` string — Valid domain name
    - `site_seo` object
      - `description` string
      - `og_image` string — Fully quantified path to an image to be used in open graph
      - `title` string
  - `template_alias` string, required — Required if template_id is not provided. The unique alias of the template to use for the site.
  - `template_id` integer — The ID of the template. This field is being replaced by template_alias.

## Response `200`

200

- object
  - `site_name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/versions/5b9208270ed1/schema)
