---
title: "Create content via GPT"
method: POST
path: "/content/CreateGPT"
tags: ["Content"]
---

# Create content via GPT

`POST /content/CreateGPT`

Special endpoint for GPT integration

## Request body

- object
  - `email` string, email, required — User email for delivery
  - `resources` object[], required — Resources for content generation (max 3)
    - `type` 'text' | 'youtube' | 'website' | 'pdf' | 'file'
    - `content` string — For type "file", provide an https URL or a file id returned by POST /files. For other types, provide the text or URL expected by that type.
  - `text` string — Instructions or query for content generation

## Response `200`

Request accepted

- object
  - `success` boolean — Whether the request was accepted

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
