---
title: "Create a new task run"
method: POST
path: "/runs"
---

# Create a new task run

`POST /runs`

Executes a task with the provided inputs

## Request body

- RunInput
  - `taskId` string, required — The ID of the task to execute
  - `profileId` string — Optional user-specified UID for a profile linked via magic link
  - `inputs` object — The inputs required for the task
  - `url` string, uri — An optional URL to be processed by the task

## Response `200`

Task run created successfully

- object
  - `id` string — Unique identifier for the run
  - `queued_at` string, date-time — Timestamp when the run was queued
  - `inputs` object — The inputs provided for the task

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid or missing API key
- `429` — Too many requests, rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/vern-so/apis/vern-api.md) · [All operations](https://skmtc.net/vern-so/apis/vern-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vern-so/vern-api/versions/ad542e967553/schema)
