---
title: "Attendee Registration Presign Face Endpoint"
method: POST
path: "/attendee-registration-presign-face"
---

# Attendee Registration Presign Face Endpoint

`POST /attendee-registration-presign-face`

Presigned PUT for the mandatory attendee profile photo (same S3 layout as dashboard).
Member registration links require a signed-in Clerk user.

## Request body

- AttendeeRegistrationPresignRequest — Presign one face photo upload for attendee self-registration (same S3 layout as dashboard).
  - `token` string, required
  - `files` FileInfo[], required
    - `extension` string, required
    - `contentType` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
