---
title: "Publish one or many articles to a CMS provider"
method: POST
path: "/v3/cms/publish"
tags: ["CMS"]
---

# Publish one or many articles to a CMS provider

`POST /v3/cms/publish`

Publish existing SnowSEO articles to connected CMS providers. This does not create or generate new article content.

## Request body

- union
  - object
    - `teamId` string
    - `articleSlug` string, required
    - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
    - `status` 'draft' | 'publish'
    - `items` object[]
      - `articleSlug` string, required
      - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
      - `status` 'draft' | 'publish'
  - object
    - `teamId` string
    - `articleSlug` string
    - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora'
    - `status` 'draft' | 'publish'
    - `items` object[], required
      - `articleSlug` string, required
      - `provider` 'wordpress' | 'shopify' | 'webflow' | 'ghost' | 'webhook' | 'framer' | 'grigora', required
      - `status` 'draft' | 'publish'

## Response `200`

Default Response

- object
  - `success` boolean
  - `succeeded` number
  - `failed` number
  - `results` object[]
    - `articleSlug` string
    - `provider` string
    - `success` boolean
    - `status` string
    - `postId` string
    - `postUrl` string
    - `error` string
  - `articleSlug` string — Article slug, echoed from the request.
  - `postId` string — CMS item ID (all providers)
  - `postUrl` string — Published or draft URL (all providers)
  - `status` string — draft | publish or CMS status

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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