upload_image
ActiveTool of OpenAkashic
declared in 1.28.0
Upload an image into OpenAkashic assets and return embeddable markdown.
Parameters schema
{
"type": "object",
"title": "upload_imageArguments",
"required": [
"filename",
"content_base64"
],
"properties": {
"alt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Alt",
"default": null
},
"folder": {
"type": "string",
"title": "Folder",
"default": "assets/images"
},
"filename": {
"type": "string",
"title": "Filename"
},
"content_base64": {
"type": "string",
"title": "Content Base64"
}
}
}Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries