CueFrame

List switch (multicam) candidates + recommendation for a synced-angle group

Required permission: media:read

GET
/v1/projects/{id}/selector/candidates

Authorization

AuthorizationBearer <token>

API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects/string/selector/candidates"
{  "projectId": "string",  "groupId": "string",  "selectorVersion": "string",  "signalVersions": {    "property1": "string",    "property2": "string"  },  "moments": [    {      "startSec": 0,      "endSec": 0,      "chosen": "string",      "pacingNote": "string",      "candidates": [        {          "candidateId": "string",          "role": "string",          "score": 0,          "contributions": {            "property1": 0,            "property2": 0          },          "reasons": [            "string"          ]        }      ]    }  ],  "recommendation": {    "cutSchedule": [      {        "startSec": 0,        "endSec": 0,        "candidateId": "string",        "sourceInSec": 0,        "sourceOutSec": 0,        "reasons": [          "string"        ]      }    ],    "audioBed": [      {        "startSec": 0,        "endSec": 0,        "candidateId": "string",        "reasons": [          "string"        ]      }    ],    "suppressedSwitches": [      {        "atSec": 0,        "wouldHaveBeenCandidateId": "string",        "byScore": 0,        "blockedBy": "string",        "releaseAtSec": 0      }    ]  },  "divergesFromComposition": true}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}