Skip to main content
POST
Create a recording entry

Authorizations

Authorization
string
header
required

Bearer token authentication. Supports two token types:

  • JWT Access Token — obtained via POST /v1/auth/login
  • Personal Access Token (PAT) — created via POST /v1/api-tokens, format: cmnd_<tokenId>.<secret>

Body

application/json
title
string
Example:

"Team meeting 2025-01-15"

filename
string
Example:

"meeting.mp3"

method
enum<string>
Available options:
browser,
backend,
hybrid
quality
enum<string>
Available options:
standard,
high
language
string
Example:

"en"

diarization_enabled
boolean
default:true

Response

Recording created

id
string
title
string
filename
string
status
enum<string>
Available options:
pending,
processing,
completed,
failed
method
string
quality
string
language
string
diarization_enabled
boolean
user_id
string
created_at
string<date-time>
updated_at
string<date-time>