---
title: "Create Practice"
method: POST
path: "/v1/interactives/practice/create"
---

# Create Practice

`POST /v1/interactives/practice/create`

## Request body

- PracticeProblemSetJobCreateRequest
  - `set_description` string, required — The description of the practice problem set
  - `count` integer — The number of practice problems to create
  - `set_name` string, nullable — The name of the practice problem set. One will be generated for you at additional cost if you do not provide one.
  - `search_for_problems` boolean — Whether to search the web for additional context to help with the practice problem set, at additional cost.
  - `webhook_url` string, nullable — The webhook URL to send the practice problem set creation status to.

## Response `200`

Successful Response

- PracticeProblemSetJobCreateResponse
  - `success` boolean, required
  - `message` string, nullable
  - `set_id` string, nullable
  - `timestamp` string, required

## Other responses

- `401` — Invalid API key or unauthorized access
- `402` — Insufficient credits
- `422` — Validation Error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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