Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
skills
/
{id}
/
init
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/skills/{id}/init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "ok": true,
  "containerId": "<string>",
  "filePath": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
id
string
required

Body

application/json
name
string

Response

200 - application/json

Successful response

ok
boolean
required
containerId
string
filePath
string