Skip to content

Attach a skill to an artifact

POST
/v1/artifacts/{id}/skills
curl --request POST \
--url https://shareout.site/v1/artifacts/example/skills \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "skill_artifact_id": "example", "position": 1 }'
id
required
string

Artifact ID (e.g. art_abc123).

Media type application/json
object
skill_artifact_id
string
position
integer
Example generated
{
"skill_artifact_id": "example",
"position": 1
}

Attached