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:

NameData TypeDescription
idstringUnique identifier for the task.
project_idintThe unique ID for the project.
user_idintThe unique ID for your user account (only returned for sync API).
callbackstringUser-provided callback URL when the API request was made.
metadatastringUser-provided metadata when the API request was made.
statusobjectContains the API results for a completed task.
created_onstringTimestamp of when task was created.