Skip to main content
POST
/
skills
/
_bulk
Create multiple skills
curl --request POST \
  --url https://api.gospott.com/skills/_bulk \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "items": [
    {
      "name": "<string>",
      "colorHex": "<string>"
    }
  ]
}
'
{
  "items": [
    {
      "id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Body

application/json
items
object[]
required
Required array length: 1 - 100 elements

Response

Skills created successfully. Returns an array of skill IDs.

items
object[]
required