Introduction

This REST API gives you access to Clear Estimates’ full library of remodeling projects and associated costs based on specific addresses and locations. Once set up, you can get a full estimate returned to you in a matter of seconds, specific with local material and labor pricing!

Getting Started

Step 1 — Authentication & Account Set Up

Authentication is handled by via a basic API key included in the request headers. Auth Keys can be obtained by talking to a Clear Estimates sales representative.

Step 2 — Base URL

Sandbox

https://**api-sandbox**.clearestimates.com/cepia/

Production

https://**api**.clearestimates.com/cepia/

Step 3 — Test Configuration

You can always test your API key configuration by submitting a POST request to the root of the API:

Test Request

curl -X **POST** "https://**api**.clearestimates.com/cepia/" \\
-H "x-api-key : ${API_KEY}"