Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
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.
Response
Result of AI task execution
{
"concatenated_text": "Come on team, we mustn't dilly dally when there's so much nature to see! I was thinking, we should call our class project, Fungi in a Forest!",
"subtitles": [
{
"start_time": "00:00:00.009",
"end_time": "00:00:03.689",
"text": "Come on team, we mustn't dilly dally when there's so much nature to see!"
},
{
"start_time": "00:00:04.129",
"end_time": "00:00:08.169",
"text": "I was thinking, we should call our class project, Fungi in a Forest!"
}
],
"vttContent": "WEBVTT\n\n1\n00:00:00.009 --> 00:00:03.689\nCome on team, we mustn't dilly dally when there's so much nature to see!\n\n2\n00:00:04.129 --> 00:00:08.169\nI was thinking, we should call our class project, Fungi in a Forest!\n\n",
"languages": ["eng"]
}
ID of the AI task
Status of processing the AI task. See GET /ai/results method for description.
PENDING
, STARTED
, SUCCESS
, FAILURE
, REVOKED
, RETRY
Percentage of task completed. A value greater than 0 means that it has been taken into operation and is being processed.
Type of AI task
content-moderation
, transcription
The object will correspond to the task type that was specified in the original request. There will be one object for transcription, another for searching for nudity, and so on.
{
"url": "https://demo-files.gvideo.io/apidocs/spritefright-blender-cut30sec.mp4",
"task_name": "transcription",
"audio_language": "ger"
}