Skip to main content
GET
/
botTemplates
List templates
curl --request GET \
  --url https://api.closebot.com/botTemplates \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "level": "<string>",
    "industry": "<string>",
    "tags": [
      "<string>"
    ],
    "videoUrl": "<string>",
    "previewUrl": "<string>",
    "tier": "<string>"
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Response

Success

id
string | null
name
string | null
description
string | null
level
string | null
industry
string | null
tags
string[] | null
videoUrl
string | null
previewUrl
string | null
tier
string | null