Skip to main content
POST
Create Skill Collection
Create a new skill collection using either a JSON body or a multipart form upload with a ZIP archive.

Request formats

Use application/json when sending file contents inline through the files array. Use multipart/form-data when uploading a ZIP archive. Pass metadata as a JSON string in metadata or json, and include the file in archive or zip.

Authorizations

X-API-KEY
string
header
required

Body

name
string
required
folder_id
integer | null
provider
string | null
files
object[]
commit_message
string | null
external_ids
ExternalId · object[]

Identifiers from other systems.

Response

Skill collection created successfully.

success
enum<boolean>
required
Available options:
true
skill_collection
object
required

A skill collection container in the public API.

external_ids
ExternalId · object[]
required

External ID mappings for the skill collection.