LayerLedge

API Documentation

System

If your are still using the deprecated API v1 version, you can see its documentation here

Endpoint for checking the status of a model being trained

This endpoint provides your with real-time information regarding the operational status of the our infrastructure and the model that is being trained. It gives insights into the condition of the tasks queue, thus allowing you to understand if the services are running smoothly or are under maintenance.

Responses

200

Response containing status.

GET

GET

Request Data

JSON Payload

  <div>
      <div
        style={{backgroundColor: 'rebeccapurple', padding: '20px', marginTop: '20px'}}
      />
      <span style={{color: 'white'}}>Hello, world!</span>
      <div style={{backgroundColor: 'tomato', padding: '20px'}} />
  </div>

Responsive Samples

200

Content Type

Application/JSON


{
  "statusCode": 200,
  "messageCode": "Success",
  "OK": "OK"
}

Isum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Responses

200

A JSON containing infrastructure status.

400

A JSON containing infrastructure status.

GET

GET

Request Data

JSON Payload

  <div>
      <div
        style={{backgroundColor: 'rebeccapurple', padding: '20px', marginTop: '20px'}}
      />
      <span style={{color: 'white'}}>Hello, world!</span>
      <div style={{backgroundColor: 'tomato', padding: '20px'}} />
  </div>

Responsive Samples

200

Content Type

Application/JSON


{
  "statusCode": 200,
  "messageCode": "Success",
  "OK": "OK"
}