Skip to main content
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)
This endpoint retrieves detailed metadata about an asset, including file information, dimensions, duration, and other properties.

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_status to verify the asset is ready for processing before calling other endpoints

Authorizations

Authorization
string
header
required

Path Parameters

asset_id
string
required

The unique identifier of the asset

Response

200 - application/json

Metadata retrieved successfully

code
string

Response code indicating the result status

Example:

200

msg
string

Response message describing the operation result

Example:

"success"

data
object

Response data object containing asset metadata information

success
boolean

Indicates whether the operation was successful

Example:

true

failed
boolean

Indicates whether the operation failed

Example:

false