Retrieve metadata information for a specific asset
This endpoint retrieves detailed metadata about an asset, including file information, dimensions, duration, and other properties.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset_id | string | Yes | The unique identifier of the asset (e.g., “re_660729180626595840”) |
| 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 asset metadata information |
| data.total | integer | Total number of assets returned |
| data.resource | array | Array of asset metadata objects |
| data.resource[].extension | string | File extension of the asset (e.g., “mp4”, “jpg”) |
| data.resource[].asset_id | string | Unique identifier of the asset |
| data.resource[].original_filename | string | Original filename of the uploaded file |
| data.resource[].file_size | string | Size of the file in bytes (as string) |
| data.resource[].upload_status | string | Status of the upload operation (e.g., “SUCCESS”) |
| data.resource[].create_time | string | Timestamp when the asset was created (Unix timestamp in milliseconds) |
| data.resource[].modify_time | string | Timestamp when the asset was last modified (Unix timestamp in milliseconds) |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
upload_status to verify the asset is ready for processing before calling other endpointsThe unique identifier of the asset
Metadata retrieved successfully
Response code indicating the result status
200
Response message describing the operation result
"success"
Response data object containing asset metadata information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false