Report

This endpoint is not generally available. For questions please contact sales .
POST /market_reports/reports

The report endpoint returns a market report for a specific location

Example use-cases:

  • Give your partners an overview of the market development in an area.
  • Provide your users with a summary based on their location.

Request

curl -X POST 'https://quis.de/api/v2/market_reports/reports?api_key=<YOU-API-KEY>' \
  -H 'Content-Type: application/json' \
  -d '{
    "location": {
      "address": {
        "city": "Hamburg"
      }
    }
  }'
FieldDescriptionTypeRemarks
locationThe location of the market reportLocation

Response

This endpoint currently returns a PDF file of mime type application/pdf.