GET /api/exports/croissant
Requires Bearer token.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
dataset | string | ✓ | Dataset name: scores, permits, pois, crime, demographics. | |
metro | string | Metro slug filter. |
| Field | Type | Description |
|---|---|---|
@type | string | Always ‘Dataset’ (schema.org). |
distribution | array | Available download formats and URLs. |
variableMeasured | array | Feature descriptions for ML consumption. |
GET /api/exports/training-data
Requires Bearer token.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
dataset | string | ✓ | Dataset name: scores, permits, pois, crime, demographics. | |
format | string | jsonl | Output format: jsonl or csv. | |
metro | string | Metro slug filter. | ||
limit | int | 10000 | Max rows (50,000 max for Team plan). | |
since | string | Only records updated since this ISO date. |
| Field | Type | Description |
|---|---|---|
h3_index | string | H3 cell identifier at resolution 8. |
composite | float | Overall composite score. |
[signal_group] | float | Individual signal group scores (8 total). |