---
title: "Create a report"
method: POST
path: "/report"
tags: ["Near Me Check"]
---

# Create a report

`POST /report`

Creates a report and fetches the data in the background

## Request body

- object — Command used to validate the input
  - `categoryId` string, required — id of the Uberall category
  - `country` string, required — country in two letter code
  - `name` string, required — name of the location
  - `streetAndNo` string, required — street and street number of the location
  - `zip` string, nullable — zip code of the location
  - `city` string, nullable — city of the location
  - `lat` number, double, nullable — latitude
  - `lng` number, double, nullable — longitude
  - `province` string, nullable — province of the location

## Response `200`

Representation of the successful created report

## Other responses

- `400` — Validation of body failed
- `401` — Unauthorized request
- `429` — Too many requests. Allowed: 1 request per 10 seconds
- `500` — Other exception

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
