Skip to main content

System Image

ON THIS PAGE

A System image can be acquired by using the uuid in the System payload

Endpoint

EndpointQuery Parameters
GET api/orgs/:org_id/projects/:project_id/systems/:uuid/image/"width and height (required)

Example

Getting system image

Sample GET request and response (Get system image):

Request
curl "https://api.opensolar.com/api/orgs/:org_id/projects/:project_id/systems/:uuid/image/?width=500&height=500"
-H "Authorization: Bearer <token>"