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

Authorizations

Authorization
string
header
required

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

Path Parameters

templateName
string
required

Response

200 - application/json
List of files in the template

The response is of type string[].