---
title: "Creates CES Survey"
method: POST
path: "/v1/ces"
tags: ["ces"]
---

# Creates CES Survey

`POST /v1/ces`

## Request body

- Model56
  - `surveyName` string, required
  - `surveyType` 'CESChat' | 'CES'
  - `visibility` 'Public' | 'Mine'
  - `email` Email
    - `subject` string
    - `body` string
  - `followUp` FollowUp
    - `default` string
    - `advanced` boolean
    - `highEffort` string
    - `neutral` string
    - `lowEffort` string
  - `thankYou` FollowUp
    - `default` string
    - `advanced` boolean
    - `highEffort` string
    - `neutral` string
    - `lowEffort` string

## Response `default`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
