Skip to main content
POST
Create App

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_slug
string
required

Body

application/json
name
string
required
slug
string
default:""
description
string
default:""
framework
string
default:fastapi

Response

201 - application/json

Created

id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
slug
string
required
description
string
required
framework
string
required
icon
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required