OpenAPI 3.0

AcreSeal API Documentation

REST API for HB 144 compliance automation. Integrate AcreSeal into your existing GIS, SCADA, and work management systems.

Download OpenAPI Spec (JSON)

Base URL

https://acreseal.com/api

Authentication

Authenticated endpoints require a Supabase JWT bearer token obtained via magic link login. Include in all requests:

Authorization: Bearer <your-jwt-token>

Endpoints

MethodPathDescriptionAuthRate Limit
GET/api/healthPlatform health checkNone
POST/api/submit-complaintSubmit a landowner complaint with photo evidence and GPSTurnstile CAPTCHA5/hr per IP
GET/api/complaintsList complaints for your utilityBearer JWT100/hr
GET/api/verify-chainVerify SHA-256 hash chain integrity for any recordNone30/min
POST/api/resolveSubmit field inspection resolution with digital signatureBearer JWT10/min
POST/api/export/hb144Generate PUCT HB 144 monthly report (PDF/CSV)Bearer JWT
POST/api/export/nerc-fac003Generate NERC FAC-003-5 vegetation compliance reportBearer JWT
POST/api/integrationWebhook for external system integration (GIS, SCADA)Bearer JWT100/hr

Every record created through the API is cryptographically sealed with SHA-256 hash chains. The /verify-chain endpoint allows any third party to independently verify record integrity without authentication.

Ready to integrate?

Schedule a technical walkthrough with our team to discuss your integration requirements.

Schedule Technical Demo