Make
upload__uploadImageBase64
[write] Upload a JPEG, PNG, or WebP image from base64 bytes into AdMakeAI storage. Returns an image ID and public URL for image generation or Facebook campaign drafts.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called upload__uploadImageBase64?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"filename": {
"type": "string",
"maxLength": 255,
"minLength": 1
},
"imageHash": {
"type": "string"
},
"base64Data": {
"type": "string",
"minLength": 1
},
"contentType": {
"type": "string"
},
"turnstileToken": {
"type": "string"
}
}
}