Documentatie - Percelio                                  [        Percelio ](/)

  Woning     [

BiedAdvies

Datagedreven biedstrategie voor kopers

 ](/functies/bied-advies) [

Waardebepaling

Woningwaarde-indicatie voor verkopers

 ](/functies/waardebepaling)

  Kaart &amp; Perceel     [

Kaart ontwerper

DXF/DWG export

 ](/functies/kaart-ontwerper) [

HaalbaarheidsScan

Vastgoedanalyse

 ](/functies/haalbaarheid-scan) [

PerceelRapport

Locatie factsheet

 ](/functies/perceel-rapport)

 [Architecten](/sectoren/architecten) [Aannemers](/sectoren/aannemers) [Projectontwikkelaars](/sectoren/projectontwikkelaars) [Makelaars](/sectoren/makelaars)

 [Alle functies →](/functies)

 [ Prijzen ](/pricing) [ Kenniscentrum ](/kenniscentrum) [ Contact ](/contact)

 [ Inloggen ](/login) [ Gratis proberen ](/register)

 Woning

 [ BiedAdvies ](/functies/bied-advies) [ Waardebepaling ](/functies/waardebepaling) Kaart &amp; Perceel

 [Kaart ontwerper](/functies/kaart-ontwerper) [HaalbaarheidsScan](/functies/haalbaarheid-scan) [PerceelRapport](/functies/perceel-rapport) [ Prijzen ](/pricing) [ Kenniscentrum ](/kenniscentrum) [ Contact ](/contact)

 [ Inloggen ](/login) [ Gratis proberen ](/register)

    ### Getting Started

- [Introduction](/docs#introduction)
- [Quickstart](/docs#quickstart)
- [Installation](/docs#installation)

### Core Concepts

- [Authentication](/docs#authentication)
- [Teams](/docs#teams)
- [Billing](/docs#billing)

### API Reference

- [Overview](/docs#api-overview)
- [Authentication](/docs#api-authentication)
- [Endpoints](/docs#api-endpoints)

   Documentation Menu    ### Getting Started

- [Introduction](/docs#introduction)
- [Quickstart](/docs#quickstart)
- [Installation](/docs#installation)

Introduction
============

Welcome to Percelio. This documentation will help you get started and make the most of our platform.

Percelio is a powerful platform designed to help you build and scale your SaaS application. Whether you're a solo developer or part of a larger team, our tools and features are built to streamline your workflow.

Quickstart
----------

Get up and running in less than 5 minutes:

1. **Create an account** - Sign up for a free account to get started.
2. **Create your first project** - Set up a new project from your dashboard.
3. **Invite your team** - Add team members and assign roles.
4. **Start building** - Use our tools to build your application.

    **Tip:** Check out our [features page](/features) to see everything Percelio can do.

Installation
------------

Percelio is a cloud-based platform, so there's nothing to install. Simply sign up and start using it from your browser.

For API access, you'll need to generate an API key from your account settings:

 ```
curl -X GET "https://api.example.com/v1/projects" \
    -H "Authorization: Bearer YOUR_API_KEY"
```

Authentication
--------------

Percelio supports multiple authentication methods:

- **Email &amp; Password** - Traditional authentication with email and password.
- **Social Login** - Sign in with Google, GitHub, or other providers.
- **SSO/SAML** - Enterprise single sign-on (available on Enterprise plans).
- **Two-Factor Authentication** - Add an extra layer of security to your account.

Teams
-----

Collaborate with your team by creating organizations and inviting members:

### Roles &amp; Permissions

    Role Description     Owner Full access, can delete the organization   Admin Can manage members and settings   Member Can create and edit projects   Viewer Read-only access   Billing
-------

Manage your subscription and billing information from the settings page. We offer flexible plans to fit your needs:

- **Free** - Perfect for getting started
- **Pro** - For growing teams and businesses
- **Enterprise** - Custom solutions for large organizations

API Overview
------------

Our REST API allows you to integrate Percelio into your existing workflows. All API endpoints return JSON responses.

### Base URL

 ```
https://api.example.com/v1
```

### Rate Limits

API requests are limited based on your plan:

- Free: 100 requests/hour
- Pro: 1,000 requests/hour
- Enterprise: Unlimited

API Authentication
------------------

Authenticate API requests using Bearer tokens:

 ```
Authorization: Bearer YOUR_API_KEY
```

API Endpoints
-------------

### Projects

 ```
GET    /v1/projects          # List all projects
POST   /v1/projects          # Create a project
GET    /v1/projects/:id      # Get a project
PATCH  /v1/projects/:id      # Update a project
DELETE /v1/projects/:id      # Delete a project
```

### Users

 ```
GET    /v1/users             # List team members
POST   /v1/users/invite      # Invite a user
DELETE /v1/users/:id         # Remove a user
```

   [        Percelio ](/) Nederlandse geodata en woningdata, direct bruikbaar. Voor particulieren en professionals.

### Woning

- [Gratis WOZ-checker](/woz-checker)
- [BiedAdvies](/functies/bied-advies)
- [Waardebepaling](/functies/waardebepaling)
- [Bieden op een huis](/bieden-op-een-huis)
- [Wat is mijn huis waard?](/wat-is-mijn-huis-waard)
- [Woningwaarde berekenen](/woningwaarde-berekenen)
- [Woningen in Nederland](/nederland)

### Kaart &amp; Perceel

- [Kaart ontwerper](/functies/kaart-ontwerper)
- [HaalbaarheidsScan](/functies/haalbaarheid-scan)
- [PerceelRapport](/functies/perceel-rapport)
- [Prijzen](/pricing)

### Sectoren

- [Architecten](/sectoren/architecten)
- [Aannemers](/sectoren/aannemers)
- [Projectontwikkelaars](/sectoren/projectontwikkelaars)
- [Makelaars](/sectoren/makelaars)

### Kenniscentrum

- [Overzicht](/kenniscentrum)
- [BiedAdvies handleiding](/kenniscentrum/biedadvies-handleiding)
- [Waardebepaling handleiding](/kenniscentrum/waardebepaling-handleiding)
- [Kaart ontwerper handleiding](/kenniscentrum/kaart-ontwerper-handleiding)
- [Documentatie](/docs)

### Integraties

- [AutoCAD](/integraties/autocad)
- [Revit](/integraties/revit)
- [BricsCAD](/integraties/bricscad)

### Bedrijf

- [Over ons](/over-ons)
- [Contact](/contact)
- [Artikelen](/artikelen)
- [Privacy](/privacy)
- [Voorwaarden](/terms)

 © 2026 Percelio. Alle rechten voorbehouden.
