API / Éditeur
GET
/v1/jobs/{id}/timelinescope: readMCP: get_timeline
Lit le montage (timeline JSON).
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du job. |
Exemple de requête
curl -X GET https://deklip.com/v1/jobs/{id}/timeline \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"timeline": {
"width": 1080,
"height": 1920,
"fps": 30,
"scenes": [
{
"videoUrl": "https://…",
"durationSec": 4.2,
"effect": "none"
}
],
"captions": [
{
"text": "…",
"startSec": 0,
"endSec": 1.5
}
]
}
}Via MCP: cet endpoint correspond à l'outil
get_timeline.