Skip to main content
POST
/
v2
/
tasks
/
create
Create New Task
curl --request POST \
  --url https://api.eden.art/v2/tasks/create \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "tool": "<string>",
  "args": {},
  "makePublic": true
}'
{
  "task": "<any>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
tool
string
args
object
makePublic
boolean

Response

Default Response

task
any