Skip to main content
POST
/
v1
/
skills
Create skill
curl --request POST \
  --url https://api.openworklabs.com/v1/skills \
  --header 'Content-Type: application/json' \
  --data '
{
  "skillText": "<string>",
  "shared": "org"
}
'
{
  "skill": {}
}

Body

application/json
skillText
string
required
shared
enum<string> | null
Available options:
org,
public

Response

Skill created successfully.

skill
object
required