Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.anchorbrowser.io/v2/tasks/{taskId}/edit \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "user_task": "<string>" } '
{}
Edits a task/tool via a natural-language instruction, producing an updated draft.
API key passed in the header
Natural-language description of the change to make.
1
Task edited successfully.
The response is of type object.
object
Was this page helpful?