cURL
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": "<unknown>" }
Create and execute a new task using a specified tool with optional arguments and visibility settings.
Show child attributes
Default Response