메인 콘텐츠로 건너뛰기
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>'
{
  "error": {
    "code": 404018,
    "errorType": "not_found",
    "message": "No team found for user #217",
    "detail": null
  }
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

경로 매개변수

jobId
string
필수

The job ID returned from Create Voice File Job

응답

Upload notification received. No response body.