Skip to main content
POST
Create Skill

Authorizations

x-api-token
string
header
required

API key authentication

Body

application/json
name
string
required

Unique identifier for the skill

title
string
description
string
status
string
project_id
string

Optional — scopes the uniqueness check to a project

Response

Skill created, or a status:false error (e.g. duplicate name) — this endpoint returns 200 even on failure, check the status field

status
boolean

Whether the operation succeeded

Example:

true

data
object
message
string
Example:

"skill saved"

error
object