This page will help you get started with Tasks.
A Task is an image, video or audio clip that is sent to Hive's API for processing. A Task can be submitted either synchronously or asynchronously. The Task Object contains the following properties:
Name | Data Type | Description |
---|---|---|
id | string | Unique identifier for the task. |
project_id | int | The unique ID for the project. |
user_id | int | The unique ID for your user account (only returned for sync API). |
callback | string | User-provided callback URL when the API request was made. |
metadata | string | User-provided metadata when the API request was made. |
status | object | Contains the API results for a completed task. |
created_on | string | Timestamp of when task was created. |