API Documentation
https://web-production-5f56.up.railway.app/api/
All API requests require an API key in the header:
X-API-Key: your_api_key_here
Find your API key in Workspace → Dashboard tab.
/api/process
# Upload and process a survey document
curl -X POST \
https://web-production-5f56.up.railway.app/api/process \
-H "X-API-Key: your_api_key" \
-F "file=@survey.pdf"
{
"job_id": "abc123",
"status": "processing",
"message": "Survey queued for processing"
}
Note: All coordinates are in CAD local feet (not geographic lat/lon). Apply georeferencing externally for GIS map display.