Initiate a task run by sending a context message
POST
/tasks/
{task}
/runsRequest Body
application/json
RequiredPayload to create a task run
context
Requiredobject
The array of content representing the task context to be sent.
Path Parameters
task
Requiredinteger
The task's unique identifier.
Header Parameters
x-llm-key
Requiredstring
The API key for the LLM provider (e.g., OpenAI).
Task run created successfully