Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Share text, images, or URLs to other applications.
data:image/png;base64,
data:image/jpeg;base64,
true
false
my.call('systemShare', { imageData: 'data:image/png;base64,[base64string]', text: 'Check this out', url: 'https://example.com/', success: (res) => { my.alert({ content: 'success: ' + JSON.stringify(res) }); }, fail: (error) => { my.alert({ content: 'error: ' + JSON.stringify(error) }); } });