---
title: "Start a web navigator task"
method: POST
path: "/navigator/start-task"
tags: ["Navigator"]
---

# Start a web navigator task

`POST /navigator/start-task`

Start a web navigator task for a given url and objective

## Request body

- object
  - `url` string, required — The URL to start navigating from
  - `objective` string, required — The natural language objective of the navigation

## Response `200`

StartTask API successful response

- object
  - `task_id` string — The ID of the navigator task

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
