Skip to main content
POST
Create a recording

Authorizations

Authorization
string
header
required

An API key from Settings → Integrations.

Headers

Idempotency-Key
string
required

Reuse the same key and body when retrying a create request.

Required string length: 1 - 128

Body

application/json
type
enum<string>
required
Available options:
clip,
memo
title
string
Maximum string length: 200
transcript
string
Maximum string length: 1000000
summary
string
Maximum string length: 1000000
recordedAt
integer
Required range: 0 <= x <= 9007199254740991
externalId
string
Required string length: 1 - 256
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]*$
audio
object[]
Maximum array length: 20

Response

Success. Writes without read permission return an ID and revision only.

recording
object
required
replayed
boolean