---
title: "Create an insight"
method: POST
path: "/insights/{projectOwner}/{projectId}"
tags: ["insights"]
---

# Create an insight

`POST /insights/{projectOwner}/{projectId}`

Create a new insight.

## Path parameters

- `projectOwner` string, required
- `projectId` string, required

## Request body

- InsightCreateRequest
  - `body` InsightBody, required
    - `embedUrl` string, uri
    - `imageUrl` string, uri
    - `markdownBody` string
  - `dataSourceLinks` string[]
  - `description` string
  - `sourceLink` string, uri
  - `thumbnail` string, uri
  - `title` string, required

## Response `200`

Insight created successfully.

- CreateInsightResponse
  - `message` string
  - `uri` string, uri, required

---

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