Developer API plan

Scale plan

High-volume production access. Everything in Growth plus larger export row caps and an SLA.

Monthly

$499/mo

Annual

$4,990/yr

2 months free

Requests

250,000

per month

What’s included

  • Compliance scan

    Assess governing documents against statutory requirements and best-practice governance rules, and get a structured scorecard back.

  • Association lookup

    Search and list association records by name, state, county, and type. Free keys can fetch a single record by id, but bulk list and search endpoints need a paid plan.

  • Risk and flood data

    Layer FEMA flood zone, reserve-study health, and geographic risk signals onto association records for underwriting and due-diligence work.

  • Commercial-use license

    The right to use the data inside your own product, workflow, or service. The free tier is for personal use and evaluation only.

  • No-scrape guarantee

    Licensed programmatic access with reliable, structured responses, so you never have to crawl the site yourself.

  • Bulk operations

    Stream full datasets as CSV or JSON from the export endpoint and the ce CLI. Row caps grow with your plan.

  • SLA

    An uptime and support commitment for production workloads.

Bulk export up to 250,000 rows per request

Stream full datasets as CSV or JSON from the export endpoint or the ce CLI. One export counts as a single request against your monthly quota, not one per row. Exports guide

Example request

Authenticate with a bearer token, pass the document text and a two-letter state code, and get a structured compliance analysis back.

curl -X POST https://commonelements.com/api/v1/compliance/scan \
  -H "Authorization: Bearer ce_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Article I. Name. The name of this Association...",
    "state": "FL",
    "doc_type": "cc_rs"
  }'

See the full API reference for every endpoint.

Ready for the Scale plan?

Generate a key, then upgrade from your API keys settings. Checkout takes a minute.