---
title: "Create Guest Session"
method: GET
path: "/api/batch/guest-session"
tags: ["Batch Processing"]
---

# Create Guest Session

`GET /api/batch/guest-session`

Generate a new guest session ID for unauthenticated users.
Frontend should store this in localStorage/cookie and send with uploads.
Also tracks IP address to prevent abuse (max 3 sessions per IP per day).

Returns:
    {
        "session_id": "guest_xxxxx",
        "max_files": 1,
        "max_pages": 46,
        "message": "Guest session created. You can upload 1 file with up to 46 pages."
    }

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/b6c76b02a94a/schema)
