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"
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "callId": "string",
- "instanceId": "string",
- "metadata": "string",
- "recordingUrl": "string"
}, - "relationships": { },
- "type": "string"
}
}
{- "data": {
- "attributes": {
- "callId": "string",
- "instanceId": "string",
- "metadata": "string",
- "recordingUrl": "string"
}, - "id": 0,
- "relationships": { },
- "type": "string"
}
}