Store new memories from conversations and interactions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| file | file | Yes | The file to upload (supports various file formats) |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | object | Response data object containing the uploaded asset information |
| data.asset_id | string | Unique identifier of the uploaded asset |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
The file to upload
File uploaded successfully
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Response data object containing the uploaded asset information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false