POST
/
interactions
/
{id}
/
recordings
/
curl --request POST \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/recordings/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/octet-stream' \
  --header 'Tenant-Name: <tenant-name>'
{
  "recordingId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string
required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"copiloteu"

Path Parameters

id
string
required

The unique identifier of the interaction. Must be a valid UUID.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Body

application/octet-stream · file

Recording

Response

201
application/json

Returns the recording ID in the response.

The response is of type object.