---
title: "Generate Recording Urls"
method: POST
path: "/api/v1/sessions/recording/{session_id}"
tags: ["sessions"]
---

# Generate Recording Urls

`POST /api/v1/sessions/recording/{session_id}`

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SessionRecordingResponse — Recording URLs for a given session.
  - `session_id` string, nullable — The internal ID of the session
  - `recordings` string[], nullable — List of recording URLs

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.dev/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/203a46065323/schema)
