upload_asset
ActiveTool of io.github.ndesv21/socialclaw
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.ndesv21/socialclaw
https://github.com/ndesv21/socialclaw
2/7 registries