---
title: "Index Session Endpoint"
method: POST
path: "/api/py/sessions/index"
---

# Index Session Endpoint

`POST /api/py/sessions/index`

## Request body

- IndexSessionRequest
  - `session_id` string, required
  - `deduplicate` boolean

## Response `202`

Successful Response

- IndexSessionResponse
  - `session_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)
