Create a new task run
Executes a task with the provided inputs
post/runs
Request body
Example request
{
"taskId": "task_123456",
"inputs": {
"prompt": "Analyze the sentiment of this text",
"text": "I really enjoyed this product, it exceeded my expectations!"
}
}Response
Task run created successfully