POST
/
interactions
/
{id}
/
recordings
curl --request POST \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/recordings \
  --header 'Content-Type: application/octet-stream'
{
  "recordingId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Headers

Tenant-Name
string

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 for which recording should be attributed.

Body

application/octet-stream ยท file

Recording

Response

201
application/json
Returns the recording ID in the response.
recordingId
string

The unique identifier for the created recording.