Solar Shading Estimator API
App

Get API status and documentation link

Returns a welcome message and the URL to the hosted API documentation site.

GET
/

Returns a welcome message and the URL to the hosted API documentation site.

Response Body

application/json

curl -X GET "https://example.com"
{  "statusCode": 200,  "message": "Success",  "data": {    "message": "Solar Shading Estimator API",    "docs": "https://solar-shading-estimator-api-docs.vercel.app"  }}