API Reference
Get templates contents
Overview
Inference API
agents
configurations
functions
integrations
- GETList integrations connections
- GETList integrations connections
- POSTCreate integration
- GETGet integration
- PUTUpdate integration connection
- DELDelete integration
- GETGet integration connection model endpoint configurations
- GETList integration connection models
- GETGet integration model endpoint configurations
knowledgebases
locations
models
privateclusters
invitations
service_accounts
templates
workspaces
- GETList users in workspace
- POSTInvite user to workspace
- PUTUpdate user role in workspace
- DELRemove user from workspace or revoke invitation
- GETList workspaces
- POSTCreate worspace
- GETGet workspace
- PUTUpdate workspace
- DELDelete workspace
- POSTDecline invitation to workspace
- POSTAccept invitation to workspace
- DELLeave workspace
API Reference
Get templates contents
GET
/
templates
/
{templateName}
/
contents
curl --request GET \
--url https://api.blaxel.ai/v0/templates/{templateName}/contents \
--header 'Authorization: Bearer <token>'
[
"<string>"
]
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
List of files in the template
The response is of type string[]
.
curl --request GET \
--url https://api.blaxel.ai/v0/templates/{templateName}/contents \
--header 'Authorization: Bearer <token>'
[
"<string>"
]