Firm API
Public JSON API for agents and integrations. Sending a message does not create an attorney-client relationship.
Machine-readable description: openapi.json. Markdown: request this page with Accept: text/markdown or open docs/api.md.
Base URL
https://attorneyrobycastillo.com
Endpoints
GET /api/v1/health
Liveness document. Returns
{"status":"ok"}.GET /api/v1/firm
Attorney overview, contact channels, and service area.
GET /api/v1/practice-areas
Personal injury, criminal traffic, wills and trusts, and animal law.
GET /api/v1/faq
Public frequently asked questions.
POST /api/v1/inquiries
Submit a consultation request. JSON body with
name,email,message, and optionalphoneandtopic.
Auth for agents
Read endpoints are public. Agents that register for scoped tokens should start at auth.md.