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.
Get information about a saved file.
my.saveFile
my.getSavedFileInfo({ apFilePath: savedPath, success: (res) => { console.log('Size:', res.size); console.log('Created:', new Date(res.createTime)); } });