---
title: "Create Task"
method: POST
path: "/api/py/a2a/tasks"
tags: ["internal-a2a"]
---

# Create Task

`POST /api/py/a2a/tasks`

## Request body

- A2ATaskCreateRequest
  - `prompt` string, required
  - `request_id` string, nullable
  - `timezone` string
  - `user_id` string, nullable

## Response `201`

Successful Response

- A2ATaskCreateResponse
  - `task_id` string, required
  - `request_id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
