Authorizations
Path Parameters
Response
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
PENDING, STARTED, SUCCESS, FAILURE, REVOKED, RETRY content-moderation, transcription - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
This is the single method to check the execution status of an AI task, and obtain the result of any type of AI task.
Based on the results of processing, the “result” field will contain an answer corresponding to the type of the initially created task:
ASR: Transcribe video
ASR: Translate subtitles
CM: Sports detection
CM: Not Safe For Work (NSFW) content detection
CM: Soft nudity detection
CM: Hard nudity detection
CM: Objects recognition (soon)
etc… (see other methods from /ai/ domain)
A queue is used to process videos. The waiting time depends on the total number of requests in the system, so sometimes you will have to wait.
Statuses:
Each task is processed in sub-stages, for example, original language is first determined in a video, and then transcription is performed. In such cases, the video processing status may change from “STARTED” to “PENDING”, and back. This is due to waiting for resources for a specific processing sub-stage. In this case, the overall percentage “progress” of video processing will reflect the full picture.
The result data is stored for 1 month, after which it is deleted.
For billing conditions see the corresponding methods in /ai/ domain. The task is billed only after successful completion of the task and transition to “SUCCESS” status.
PENDING, STARTED, SUCCESS, FAILURE, REVOKED, RETRY content-moderation, transcription