---
title: "Create Question"
method: POST
path: "/courses/{topic_name}/questions"
tags: ["Courses"]
---

# Create Question

`POST /courses/{topic_name}/questions`

Store snippet or question in 'highlights' for user+topic doc.

## Path parameters

- `topic_name` string, required

## Request body

- HighlightRequest
  - `text` string, required — Some highlighted text to ask about.

## Response `200`

Successful Response

- RoutersCoursesRoutesBasicResponse
  - `status` string, required
  - `message` string, required
  - `transcript` string, nullable
  - `url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
