---
title: "Create a new submission"
method: POST
path: "/api/v1/submission/"
tags: ["submission"]
---

# Create a new submission

`POST /api/v1/submission/`

Create a new submission for a task

## Headers

- `authorization` string — This is your JWT tolen
- `x-api-key` string — A valid API key

## Request body

- object
  - `taskId` string, required

## Response `200`

200

- object
  - `success` boolean, required
  - `submission` object, required
    - `id` string, required
    - `revision` number, required

## Changes

- **2024-08-21** `db7d7d4115f0` — 1 breaking, 1 warning
  - added the new required request property `taskId`
  - removed the request property `proposalId`

[Change history](https://skmtc.dev/artilla-ai/apis/artilla-api-documentation/changes/api/v1/submission/post.md)

---

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