You're viewing a demo portfolio

Join the waitlist
PRSM

upload_asset

Active

Tool of io.github.ndesv21/socialclaw

declared in 0.1.14

Upload media (image or video) to SocialClaw hosted storage. Provide either sourceUrl (a public URL the server downloads) or contentBase64. Returns an asset id and a public URL usable as media_link in schedules.

Parameters schema

{
  "type": "object",
  "required": [
    "filename"
  ],
  "properties": {
    "filename": {
      "type": "string",
      "description": "Filename including extension, e.g. launch.png."
    },
    "sourceUrl": {
      "type": "string",
      "description": "Public URL to download the media from."
    },
    "contentBase64": {
      "type": "string",
      "description": "Base64-encoded file content (alternative to sourceUrl)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.ndesv21/socialclaw

https://github.com/ndesv21/socialclaw

2/7 registries
View full server →