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!
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.
Sandbox
https://**api-sandbox**.clearestimates.com/cepia/
Production
https://**api**.clearestimates.com/cepia/
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}"