Get Asset Metadata
Asset Management
Get Asset Metadata
Retrieve metadata information for a specific asset
GET
Get Asset Metadata
Product: Visual Intelligence — Asset Management
Use case: Upload, manage, and download video/image assets used by other Visual Intelligence APIs
Host:
https://mavi-backend.memories.ai/serve/api/v2
Auth: Authorization: sk-mavi-... (no Bearer prefix)Code Examples
Path Parameters
Response
Returns comprehensive metadata about the asset.Response Parameters
Notes
- Returns file properties including extension, file size, upload status, and timestamps
- Use
upload_statusto verify the asset is ready for processing before calling other endpoints
Authorizations
Path Parameters
The unique identifier of the asset
Response
200 - application/json
Metadata retrieved successfully
Response code indicating the result status
Example:
200
Response message describing the operation result
Example:
"success"
Response data object containing asset metadata information
Indicates whether the operation was successful
Example:
true
Indicates whether the operation failed
Example:
false
