propeller logo

Create Task

POST
/tasks

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:7070/tasks" \  -H "Content-Type: application/json" \  -d '{    "name": "main",    "file": "AGFzbQEAAAABBwFgAn9/AX8DAgEABwgBBG1haW4AAAoJAQcAIAAgAWoL",    "inputs": [      10,      20    ]  }'
Empty