Skip to main content
GET
/
v1
/
apps
/
templates
List app templates
curl --request GET \
  --url https://api.usenaive.ai/v1/apps/templates \
  --header 'Authorization: Bearer <token>'
{
  "repoUrl": "<string>",
  "templates": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

OK.

repoUrl
string
templates
object[]