Creates a new JobAsk AIpost https://api.cloud.telestream.net/tts/v1.0/projects/{projectID}/jobsCreates a new JobPath ParamsprojectIDstringrequiredID of the ProjectBody ParamsnamestringThe name of the job.original_filenamestringThe name of the input filesource_urlstringThe URL of source file.statusstringenumDetermines the state of transcription job.pendingpreparingprocessingsuccesserrorAllowed:pendingpreparingprocessingsuccesserrorerrorstringIf the status of the job is 'error', returns the state of job.progressintegerA percentage that indicates the progress of the job.confidenceintegerThe confidence score of the job in the range of 0 to 100.durationintegerThe duration of the input audio in milliseconds.bitrateintegerThe bitrate of the input audio.sample_rateintegerThe sample rate of the input audio.formatstringThe format of the input audio.file_sizeint64The file size of the input file.custom_wordsstringWords used for model training, separated by space.created_atdate-timeA date and time when the job was createdupdated_atdate-timeA date and time when the job was updatedResponses 201Created 400Invalid request body 422Invalid request paramsUpdated almost 6 years ago