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:
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:
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.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
ID of the task to get status of execution or result. This value is taken from the response of the initial AI task creation method.
Result of AI task execution
The response is of type object
.