---
title: "Student SignUp"
method: POST
path: "/students/sign-up"
tags: ["students-auth"]
---

# Student SignUp

`POST /students/sign-up`

create student account

## Request body

- V1StudentSignUpInput
  - `email` string, required
  - `name` string, required
  - `password` string, required
  - `verified` boolean

## Response `201`

ok

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

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