---
title: "Analyze Matrix For Dimensions"
method: POST
path: "/cube/analyze"
tags: ["Cube Data"]
---

# Analyze Matrix For Dimensions

`POST /cube/analyze`

Analyzes a 2D array of data representing potential data for the cube
        and determines where the various dimensions are within that data.

## Headers

- `X-Company-ID` string, required

## Request body

- CubeAnalyze
  - `address` string, required
  - `maxtrix` unknown[], required
    - unknown

## Response `200`

- Matrix
  - `attribute_columns` integer[]
  - `attribute_row` integer
  - `filters` object, required
  - `data` array[], required
    - unknown[]
      - unknown

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
