---
title: "Create a Verification Report"
method: POST
path: "/sexoffender/report/live"
---

# Create a Verification Report

`POST /sexoffender/report/live`

Free pilot. Submit either a record UUID or a full name with supported filters. Returns immediately; poll the resource_uri. Testing/internal credentials and no-log accounts cannot create durable reports.

## Request body

- union
  - object
    - `uuid` string, uuid, required — Record UUID from Search.
  - object
    - `firstName` string, required
    - `lastName` string, required
    - `dob` string, date
    - `state` string
    - `city` string
    - `zipcode` string
    - `address` string

## Response `202`

Queued report

- AuditReportCreated
  - `report_id` string, required
  - `status` 'queued', required
  - `resource_uri` string, required

## Other responses

- `400` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `401` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `403` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `429` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `503` — Error with an actionable next step. Unknown or other-account reports return opaque 404.

## Changes

- **2026-09-26** `a647e84e9275` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/changes/sexoffender/report/live/post.md)

---

[API](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api.md) · [All operations](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/llms.txt) · [OpenAPI document](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/revisions/a647e84e9275?raw)
