---
title: "Import Blog Post"
method: POST
path: "/sites/multiscreen/{site_name}/blog/posts/import"
---

# Import Blog Post

`POST /sites/multiscreen/{site_name}/blog/posts/import`

Import a single blog post and append it to an existing site blog

## Path parameters

- `site_name` string, required

## Request body

- object
  - `author` string — The name of the blog post author. Must not be longer than 200 characters.
  - `content` string, required — The content of the post. Must be a base64 encoding of an RSS HTML equivalent.
  - `description` string, required — The description of the blog post.
  - `main_image` object
    - `url` string — Image url path
  - `thumbnail` object — The thumbnail of the blog post.
    - `url` string — Image url path
  - `title` string, required — The title of the blog post. Must not be longer than 200 characters.

## Response `200`

200

- object
  - `id` string
  - `title` string
  - `description` string
  - `content` string
  - `author` string
  - `thumbnail` string
  - `main_image` string

## Other responses

- `400` — 400

---

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