curl --request PUT \
--url https://api.skulabs.com/item/bulk_upsert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{}
]
}
'{
"success": true
}Create or update multiple items in a single request.
curl --request PUT \
--url https://api.skulabs.com/item/bulk_upsert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{}
]
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://skulabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.