Skip to main content
POST
/
tasks
/
get
Get a single task with full details
curl --request POST \
  --url https://api.supersonic.cv/tasks/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "task_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
task_id
string
required

Task UUID

Response

Success

The response is of type object.