get https://app.gospeech.com/api/access/upload-file
Verifies the possibility to upload a specific file. For example, if user has enough quota to upload file with duration of 5 minutes and file size of 15 Mb On denied response returns possible codes:
- singleUploadFileSizeLimitExceeded- uploaded file is greater than 10MB single upload limit on Test plan.
- extraHoursRequired- uploaded file is longer than end-user's remaining free quota hours on Standard plan.
- insufficientPrepaidHours- uploaded file is longer than end-user's remaining quota hours on Prepaid plan.
- cutRequired- track time for the uploaded file exceeds the limit of track time per single upload within end-user's current billing plan (for Free, Prepaid, Standard plans).
- fileUploadLimitReached- 3 files per month limit used up for Free plan end-user.
- quotaExceeded- uploaded file is longer than end-user's remaining quota on Demo plan.
- prepaidHoursUsed- there is no quota on Prepaid plan or Demo plan.
- invalidPlan- trial period is over for end-user on Trial plan.
- organizationQuotaUsed- the quota of organization, to which end-user belongs with Member or Trial plan, is over.
- organizationQuotaExceeded- uploaded file is longer than the quota of organization, to which end-user belongs with Member or Trial plan.