Extract individual frames from a video asset
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.
https://mavi-backend.memories.ai/serve/api/v2
Auth: Authorization: sk-mavi-... (no Bearer prefix)| Field | Type | Required | Description |
|---|---|---|---|
| asset_id | string | Yes | The video asset ID to extract frames from |
| 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 task information |
| data.task_id | string | Unique identifier of the frame extraction task |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code (200 indicates success) |
| message | string | Status message (e.g., “SUCCESS”) |
| data | object | Response data object containing the extracted frame information |
| data.asset_ch_ids | array | Array of individual frame asset IDs. Use any asset_ch_id with the Download or Get Metadata endpoint to download or query a single frame image. |
| data.asset_id | string | The parent group asset ID for the entire frame collection. Use this ID with the Download endpoint to download all frames as a zip package, or with Get Metadata to list all frames in this collection. |
| task_id | string | The task ID associated with this frame extraction request |
imc_<parent_id>_<frame_index> (0-indexed).
| ID | Download returns | Get Metadata returns |
|---|---|---|
data.asset_id (e.g. im_666914042514116608) | Zip of all frames | List of all frames in the collection |
data.asset_ch_ids[n] (e.g. imc_666914042514116608_0) | Single frame image | Metadata for that frame |
The video asset ID to extract frames from
"re_657739295220518912"
Frame extraction initiated successfully
Response code indicating the result status
200
Response message describing the operation result
"success"
Response data object containing task information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false