Skip to main content
POST
Score a transcript and return the moments worth cutting — chosen on meaning, not clock position.

Authorizations

Authorization
string
header
required

A workspace API key.

Body

application/json
projectId
string
required

The project to file this work under. Required — create one with POST /v1/projects. A project this workspace does not own answers not_found; the work is never silently filed somewhere else.

Required string length: 1 - 200
transcript
object[]

The segments to score. Send exactly one of transcript or assetId.

Required array length: 1 - 20000 elements
assetId
string

Score a transcript this workspace has already had transcribed instead of sending one. Send exactly one of transcript or assetId. An asset in another workspace is reported as not found.

Required string length: 1 - 200
channel
string
Required string length: 1 - 120
niche
string
Required string length: 1 - 200
thresholds
object

Response

Success.

success
boolean
required
{key}
any