Developer Portal

Build with Paperless

Integrate your applications with the Paperless construction management platform. Access project data, automate workflows, and build powerful integrations.

Developer-First Platform

Everything you need to build robust integrations with Paperless.

RESTful API

Modern, well-documented REST endpoints for all platform functionality.

Webhooks

Real-time event notifications for project updates, milestones, and more.

OAuth 2.0

Secure authentication with industry-standard OAuth 2.0 flows.

Rate Limiting

Fair usage limits with clear documentation and upgrade paths.

Simple, Powerful API

Get started in minutes with our intuitive REST API. Fetch projects, create milestones, manage documents, and more.

GET /api/v1/projects
curl -X GET "https://api.buildpaperless.com.au/v1/projects" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

{
  "data": [
    {
      "id": "proj_123",
      "name": "Smith Residence",
      "status": "in_progress",
      "address": "123 Main St, Sydney",
      "milestones_count": 12,
      "completion_percentage": 45
    }
  ],
  "meta": {
    "total": 1,
    "page": 1
  }
}

Ready to Start Building?

Create your API keys and start integrating with Paperless today. Our documentation will guide you every step of the way.