---
title: "Start a project draft (wizard step 1)"
method: POST
path: "/project_drafts"
tags: ["Projects"]
---

# Start a project draft (wizard step 1)

`POST /project_drafts`

## Request body

- object
  - `website_url` string, uri, required — Public HTTP(S) URL with a DNS hostname or public IP address. Credentials, private and special IP addresses, localhost and internal hostnames are rejected.
  - `main_country` string, required
  - `main_language` string, required
  - `use_subdomain` boolean
  - `suggest` boolean
  - `execute_prompts_immediately` boolean

## Response `201`

Draft created

## Other responses

- `403` — API key lacks write permission
- `422` — Invalid parameters

---

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