Report
This endpoint is not generally available. For questions please
contact sales
.
/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"
}
}
}'
Field | Description | Type | Remarks |
---|---|---|---|
location | The location of the market report | Location |
Response
This endpoint currently returns a PDF file of mime type application/pdf
.