---
title: "Create Application"
method: POST
path: "/applications"
tags: ["Application"]
---

# Create Application

`POST /applications`

create by json config

## Request body

- TypesCreateApplicationRequest
  - `bio` string
  - `download_rate_limit` integer
  - `name` string, required
  - `state` string
  - `url` string
  - `user_id` integer, required

## Response `200`

OK

- ModelApplication
  - `bio` string
  - `created_at` string
  - `download_rate_limit` integer
  - `id` integer
  - `name` string
  - `state` string
  - `updated_at` string
  - `url` string
  - `user_id` integer

## Other responses

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

## Changes

- **2021-11-29** `f61cd344dca7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager/changes/applications/post.md)

---

[API](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager.md) · [All operations](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dragonflyoss/dragonfly-manager/revisions/f61cd344dca7/schema)
