---
title: "Add meta details"
method: POST
path: "/meta"
---

# Add meta details

`POST /meta`

Add new meta details using hash and hex.

## Request body

- object
  - `hash` string, required — Hash of the meta details.
  - `hex` string, required — Hexadecimal representation of the meta details.

## Response `200`

Successful response

- object
  - `hash` string — Hash of the meta details.
  - `hex` string — Hexadecimal representation of the meta details.
  - `hasState` boolean — Indicates if the meta has state.

## Other responses

- `400` — Missing or invalid hash or hex
- `500` — Internal server error

---

[API](https://skmtc.dev/gear-tech/apis/meta-service-api.md) · [All operations](https://skmtc.dev/gear-tech/apis/meta-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gear-tech/meta-service-api/revisions/089053c96eeb/schema)
