---
title: "Creates automated self schedule."
method: POST
path: "/automated-self-schedules"
tags: ["self-schedules"]
---

# Creates automated self schedule.

`POST /automated-self-schedules`

Creates automated self schedule.

## Request body

- PublicAutomatedSelfScheduleRequest
  - `applicationUuid` string, uuid

## Response `201`

When automated self schedule was created

- PublicAutomatedSelfScheduleResponse
  - `selfScheduleId` string, uuid

## Other responses

- `400` — Not enough interviewers assigned
- `401` — Unauthorized
- `422` — Not existing application UUID provided

---

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