Create a new task with specified features for an asset
cURL
curl --request POST \ --url http://0.0.0.0:8008/tasks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "features": [ "proxy" ] } '
{ "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
JWT in Authorization header. 'Bearer ' prefix optional.
API request schema for creating a new task
Asset to create task for
Features to include in this task
Feature types that are exposed to users via the API
proxy
preview
visual
transcription
Successful Response
API response schema for creating a task
ID of the created task