---
title: "Free Scan"
method: POST
path: "/api/checkout/free"
---

# Free Scan

`POST /api/checkout/free`

Launch a FREE gift scan (no Stripe). Enforces 1 per email/ip/cookie.

## Request body

- FreeScanRequest
  - `subject_name` string, required
  - `profiles` object, required
  - `purpose` string
  - `user_email` string
  - `user_name` string
  - `tc_agreed` boolean
  - `promo_optin` boolean
  - `cookie_id` string
  - `spl_session_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/6ce776993b65/schema)
