API Endpoints
Update task instructions
Update (replace) instructions for an existing task, use this to overwrite the full set of task instructions.
PUT
Update instructions for a task
Authorizations
Insert API token, use the format: apikey <API-TOKEN>.
Path Parameters
The ID of the task you want to update instructions for.
Body
application/json
Previous
Get task metadataRetrieve metadata and status information for a specific task using its session ID. This includes execution status, timestamps, and progress logs.
Next
Update instructions for a task