Skip to main content
POST
/
v1
/
apps
Create app
curl --request POST \
  --url https://api.usenaive.ai/v1/apps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "variant": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
name
string
required
type
enum<string>
required
Available options:
frontend_only,
fullstack
description
string
variant
string

Response

Created.

The response is of type object.