Query the "Save Asset" tool (streaming)post https://{protocol}://{base-url}/ai/api/v1/chats/tool/default/save_asset_tool/streamInvoke the "Save Asset" directly.Query Paramschat_idstringnullThe ID of the Chat to use. If not provided, a new Chat will be created.tagsarray | nullIf creating a new chat, add these tags to it. This is ignored if the chat already exists.Tags array | nullBody ParamscontentstringrequiredThe content to save. For CSV files, provide the text directly. For PNG images, provide base64-encoded content.namestringrequiredHuman-readable name for the asset. Example: 'Quarterly Sales Report' or 'Customer Analysis Chart'mime_typestringenumrequiredMIME type of the content. Supported types: 'text/csv' (for CSV data), 'image/png' (for images)text/csvimage/pngAllowed:text/csvimage/pngttl_hoursnumberDefaults to 4Time-to-live in hours for the asset. After this time, the asset will expire and be automatically cleaned up. Default: 4 hours.Responses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 402Tenant has no remaining tool calls. The request cannot be completed. 422Validation Error 500Internal server error during request processing.Updated 14 days ago Query the "Retrieve Asset" tool (async)Query the "Save Asset" tool (async)Did this page help you?YesNo