Kaia Voice Import

Import third party recording. Prerequisite is CreateCall API should be called before.

callId
string or null <= 255 characters

Required: call_id from Create Call Record API.

instanceId
string or null <= 255 characters

Unique identifier for the voice import instance.

metadata
string or null <= 4096 characters

Optional: partner metadata in JSON format.

recordingUrl
string or null <= 1024 characters

Required: signed recording URL.

{
  • "callId": "string",
  • "instanceId": "string",
  • "metadata": "string",
  • "recordingUrl": "string"
}

⌵ Kaia Voice Import Actions

Create a New Kaia Voice Import

SecuritybearerAuth and s2sAuthToken
Request
Request Body schema: application/vnd.api+json
required
object
Responses
201

Created

422

JSON error message

post/kaiaVoiceImports
Request samples
application/vnd.api+json
{
  • "data": {
    }
}
Response samples
application/vnd.api+json
{
  • "data": {
    }
}