curl --request POST \
--url https://api.gospott.com/skills \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"colorHex": "<string>"
}
'{
"id": "<string>"
}Create a new skill with a name and color.
curl --request POST \
--url https://api.gospott.com/skills \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"colorHex": "<string>"
}
'{
"id": "<string>"
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Skill created successfully