Skip to main content
POST
/
tasks
/
execute
Execute a task on minion
curl --request POST \
  --url https://dev.startree.ai/tasks/execute \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '{}'
This response has no body data.

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Body

*/*

The body is of type object.

Response

default - undefined