GET
/
templates
curl --request GET \
  --url https://api.blaxel.ai/v0/templates \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
successful operation

Blaxel template

defaultBranch
string

Default branch of the template

description
string

Description of the template

name
string

Name of the template

sha
string

SHA of the variable

topics
string[]

Topic of the template

url
string

URL of the template

variables
object[]

Variables of the template

Blaxel template variable