# Create a report

Creates a report and fetches the data in the background

Endpoint: POST /report
Version: 20260701
Security: publicKey

## Request fields (application/json):

  - `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)
    zip code of the location

  - `city` (string)
    city of the location

  - `lat` (number)
    latitude

  - `lng` (number)
    longitude

  - `province` (string)
    province of the location

