---
title: "Get System Status"
method: GET
path: "/video/status"
tags: ["Status"]
---

# Get System Status

`GET /video/status`

Get status of the video cloud

## Response body

| **Property**            | **Type** | **Description**            |
|-------------------------|----------|----------------------------|
| **isAvailable**         | Boolean  | System availability status |
| **availabilityMessage** | String   | Availability message       |
| **supportedModels**     | Array    | List of supported AI models in their shortened format (apo-8 for Apollo v8) |

## Response `200`

Successful response

- SystemStatusResponse
  - `isAvailable` boolean
  - `availabilityMessage` string
  - `supportedModels` string[] — List of supported models

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/topazlabs/apis/image-api.md) · [All operations](https://skmtc.net/topazlabs/apis/image-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topazlabs/image-api/revisions/7610937217a4/schema)
