Docs

Open the editable cut review

Returns every grounded cut option, including options not initially recommended, their estimated viral potential and explanation, the word-timed transcript, saved decisions and remaining file quota. The estimate orders the review and does not guarantee reach.

Returns every grounded cut option, including options not initially recommended, their estimated viral potential and explanation, the word-timed transcript, saved decisions and remaining file quota. The estimate orders the review and does not guarantee reach.

GET
/v1/videos/{id}/reels/{jobId}/candidates

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.

Formatuuid
jobId*string

Cut analysis identifier.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.moviie.ai/v1/videos/497f6eca-6276-4993-bfeb-53cbbbba6f08/reels/497f6eca-6276-4993-bfeb-53cbbbba6f08/candidates"
{
  "status": "awaiting_selection",
  "validity": "ok",
  "quota": {
    "authorized": 0,
    "used": 0
  },
  "freeRetry": true,
  "analysis": {
    "createdAt": "2019-08-24T14:15:22Z",
    "found": 0,
    "sourceDurationS": 0
  },
  "cortes": [
    {
      "id": "string",
      "score": 0,
      "title": "string",
      "reason": "string",
      "state": "aberto",
      "warning": "string",
      "generated": true,
      "trechos": [
        {
          "fromWord": 0,
          "toWord": 0,
          "startS": 0,
          "endS": 0,
          "crop": {
            "x": 0,
            "y": 0,
            "w": 1,
            "h": 1
          }
        }
      ],
      "editorialPlan": {
        "hook": "string",
        "durationSeconds": 0,
        "pacing": "string",
        "camera": "string",
        "captionStyle": "string",
        "signals": [
          "string"
        ],
        "disclaimer": "string"
      }
    }
  ],
  "generatedAssets": [
    {
      "corteId": "string",
      "clipId": "e57fc9f6-a22c-4580-8e5f-074b5589cac3"
    }
  ],
  "transcript": {
    "language": "string",
    "words": [
      {
        "index": 0,
        "text": "string",
        "startS": 0,
        "endS": 0
      }
    ]
  },
  "selection": null
}
{
  "error": "Resource not found",
  "code": "NOT_FOUND"
}
{
  "error": "Resource not found",
  "code": "NOT_FOUND"
}
{
  "error": "Resource not found",
  "code": "NOT_FOUND"
}