---
title: "Create an asset"
method: POST
path: "/billing/v1/createAsset"
tags: ["Assets"]
---

# Create an asset

`POST /billing/v1/createAsset`

Creates a new asset.

## Query parameters

- `type` string
- `mode` string
- `accountName` string
- `rootEmail` string

## Response `200`

OK - The request succeeded.

- AssetResponse — Response returned after creating or updating an asset.
  - `accountID` string

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
