---
title: "Api Dashboards Create"
method: POST
path: "/api/dashboards/"
tags: ["dashboard"]
---

# Api Dashboards Create

`POST /api/dashboards/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- DashboardCreateRequest
  - `name` string, required
  - `description` string
  - `saved_filter` string, nullable
  - `widgets` unknown
  - `default_time_range` object
  - `default_time_tick` string

## Response `201`

- DashboardCreate
  - `id` string, required
  - `project` string, nullable, required
  - `name` string, required
  - `description` string
  - `saved_filter` string, nullable
  - `widgets` unknown
  - `default_time_range` object
  - `default_time_tick` string
  - `created_by` integer, nullable, required
  - `updated_by` integer, nullable, required

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
