---
title: "Associate a recording with a task"
method: POST
path: "/tools/recordings/{recording_id}/associate-task"
tags: ["Transcription"]
---

# Associate a recording with a task

`POST /tools/recordings/{recording_id}/associate-task`

Associate an existing recording with a task (for manual task association).

## Path parameters

- `recording_id` string, required

## Request body

- BodyAssociateRecordingWithTaskToolsRecordingsRecordingIdAssociateTaskPost
  - `task_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
