Creates a recording in Siro from a previously uploaded audio file. See the Phone Integration Guide for the full upload flow.
Custom authentication token for user-scoped endpoints
Validation rules: at least one of userId, userEmail, or userPhone must be a non-empty string. integrationConnectionId and crmObjects must both be provided or both omitted. Properties not listed here are rejected.
Download URL from the signed-urls response (the downloadUrl returned by POST /v1/core/recordings/signed-urls).
mp3, aac, wav Title of the recording.
ID of the user who created the recording.
Email of the user who created the recording
Phone number of the user who created the recording
ID of the organization associated with the recording.
Conversation type for the recording to be analyzed against. Falls back to default conversation type
Integration connection id. Retrieve via GET /v1/core/integrations/connections. Must be omitted unless crmObjects is also provided (and vice versa).
CRM objects to link to the recording. Must be omitted unless integrationConnectionId is also provided (and vice versa).
Contact phone number for purposes of linking to CRM objects. Ignored if CRM objects are passed.
Contact name for purposes of linking to CRM objects. Ignored if CRM objects are passed.
When the recording was created.
Created