Профиль

API агента

Контракт для внешней автоматизации

API задач рендера

POST /api/v1/agent/render-jobs
GET /api/v1/agent/render-jobs/:jobId
Заголовок: x-api-key: redtop-agent-dev-key
{
  "projectId": "uuid",
  "sourceVideoAssetId": "uuid",
  "voiceoverAssetId": "uuid",
  "variantCount": 5,
  "exportContainer": "mov",
  "settings": {
    "removeOriginalAudio": true,
    "applyVoiceover": true,
    "shuffleScenes": true,
    "zoom": true,
    "crop": true,
    "speedRamp": true,
    "captions": true,
    "cover": true
  }
}