---
title: "Import Loom Recording"
method: POST
path: "/api/py/sessions/import-loom"
---

# Import Loom Recording

`POST /api/py/sessions/import-loom`

Metadata-only read creates the row; process_session fetches the media later.

## Request body

- ImportLoomRequest
  - `loom_url` string, required
  - `space_id` string, nullable
  - `bulk` boolean

## Response `200`

Successful Response

- ImportLoomResponse
  - `session_id` string, required
  - `space_id` string, nullable, 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)
