Get the AI mind map of a video
Returns the current mind map render model for a video, or no content when no mind map exists. Requires the `videos:read` scope.
Returns the current mind map render model for a video, or no content when no mind map exists. Requires the videos:read scope.
Authorization
BearerAuth AuthorizationBearer <token>
Pass the raw API key as a Bearer token (Authorization: Bearer <key>). Publishable keys start with mvi_pub_ (playback-scoped). Other prefixes denote private/admin keys for general REST routes. GET /v1/embeds/{embedId}/playback accepts publishable keys only.
In: header
Path Parameters
id*string
Video identifier.
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://api.moviie.ai/v1/videos/497f6eca-6276-4993-bfeb-53cbbbba6f08/mindmap"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"language": "string",
"displayEnabled": true,
"stale": true,
"theme": {
"paletteToken": "string",
"accentToken": "string",
"paletteColor": "string",
"accentColor": "string"
},
"nodes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"note": "string",
"level": 0,
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"order": 0,
"startSeconds": 0,
"endSeconds": 0,
"x": 0,
"y": 0,
"collapsedByDefault": true,
"generatedByAi": true,
"editedByCreator": true,
"accessCount": 0
}
],
"relations": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"from": "dee192b0-275e-44a2-9c77-32b75da2f26f",
"to": "4a3e8739-e3a9-4b51-9b6f-406b6818a828",
"type": "dependency",
"label": "string"
}
]
}Empty
{
"error": "Resource not found",
"code": "NOT_FOUND"
}{
"error": "Resource not found",
"code": "NOT_FOUND"
}