Object storage upload service supporting single/batch uploads, multipart uploads for large files, and presigned URLs. Ideal for file uploads, image storage, and file sharing with zero egress fees.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: cloudflare/oss/assets
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cloudflare/oss/assets",
"inputs": {}
}'