Skip to main content
PUT
/
v1
/
external
/
voice-file
/
jobs
/
{jobId}
/
upload-complete
Notify Upload Complete
curl --request PUT \
  --url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/upload-complete \
  --header 'Authorization: Bearer <token>'
{
  "message": "Upload notification received"
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

jobId
string
required

The job ID returned from Create Voice File Job

Response

Upload notification received

message
string
Example:

"Upload notification received"