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

Authorizations

Authorization
string
header
required

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

Body

application/json
template_app_type
string
required
name
string
required
config
object

Response

Installed.

The response is of type object.