Documentation Index
Fetch the complete documentation index at: https://brezelscraper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v1/support
Submit a support request from an authenticated account.
This endpoint is rate-limited to roughly one request per minute, with a small burst for retries.
Request body
categorymust be one ofbug,feature,billing,account,othersubjectis optional, max 200 charactersmessageis required, min 10 and max 5000 characters
Success response
GET /api/v1/dashboard
Returns summary KPIs and recent jobs for the authenticated user. This is the same data that powers the dashboard homepage.
Query parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
limit | integer | 5 | Recent jobs to include, max 20 |
Example response
| Field | Description |
|---|---|
kpi.jobs_today | Jobs created since midnight UTC |
kpi.places_scraped_total | Total places scraped across all your jobs |
kpi.active_jobs | Jobs currently running or pending |
recent_jobs | Your most recent jobs, sorted by creation time |

