What you can do today
Thev1 API is full CRUD. You can:
Read properties, visits, and action items the same way the dashboard sees them.
Create
- A new property (subject to plan limits)
- A site visit (manually, alongside the existing video-upload flow)
- An action item on a visit (text-only — no video frame required)
- Patch any action item’s title, description, category, location, priority, status, or assignee
- Mark an action item DONE with an attribution + note + completion photo
- Issue a short-lived QR / URL token that takes the user to a sign-in-free camera page on their phone, attaches the photo back to the right action item, and expires in 24 hours
Where things live
API reference
Every endpoint, parameter, and response — generated from the live OpenAPI spec.
Quickstart
Generate a key and make your first call in under five minutes.
Authentication
Bearer tokens, key rotation, and how secrets are stored.
Errors
Every error code, what it means, and how to fix it.
Base URL
/api/v1. We add new fields and endpoints freely; breaking changes get a new version (/api/v2) and a six-month deprecation window on the old one.