---
title: "Create a Magic Content document"
method: POST
path: "/content"
tags: ["Content"]
---

# Create a Magic Content document

`POST /content`

Consumes Magic Content quota. Analysis (competitors, NLP terms, brief) runs asynchronously — poll GET /content/{contentId}.

## Request body

- object
  - `keyword` string, required
  - `location` object
    - `id` union, required
      - string
      - number
    - `label` string
    - `value` string
  - `language` object
    - `id` string, required
    - `label` string
    - `value` string
  - `device` 'desktop' | 'mobile'
  - `selected_competitors` string[]

## Response `201`

Success

- object

## Other responses

- `400` — Invalid input or feature not enabled
- `401` — Missing or invalid API key
- `402` — Plan quota exhausted or feature unavailable on the plan
- `422` — Request validation failed (details lists the fields)
- `429` — Rate limit exceeded — respect Retry-After

---

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