---
title: "Create Submission"
method: POST
path: "/forms/{slug}/answer"
tags: ["Submissions"]
---

# Create Submission

`POST /forms/{slug}/answer`

Create a new submission for a form. Public endpoint - no authentication required.

## Path parameters

- `slug` string, required

## Request body

- object
  - `completion_time` number — Time in seconds it took to complete the form
  - `is_partial` boolean — If you want to submit your form as partial

## Response `200`

Form submission saved successfully

- object
  - `type` string
  - `message` string
  - `submission_id` string, nullable
  - `is_first_submission` boolean
  - `redirect` boolean

## Other responses

- `404` — Form not found
- `422` — Validation error

---

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