---
title: "Deepstart Apply"
method: POST
path: "/payment/deepstart/application"
tags: ["Billing"]
---

# Deepstart Apply

`POST /payment/deepstart/application`

## Cookies

- `session` unknown

## Request body

- DeepStartApplicationIn
  - `id` string
  - `uid` string, nullable
  - `company` string, required
  - `ceo` string, required
  - `funding` string, required
  - `founded_on` string, required
  - `website` string, required
  - `created_at` integer
  - `status` string
  - `deal` string, nullable

## Response `200`

Successful Response

- DeepStartApplicationOut
  - `id` string
  - `uid` string, nullable
  - `company` string, required
  - `ceo` string, required
  - `funding` string, required
  - `founded_on` string, required
  - `website` string, required
  - `created_at` integer
  - `status` string
  - `deal` string, nullable
  - `email` string, nullable

## Other responses

- `422` — Validation Error

---

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