---
title: "Register a creo-loop hypothesis as a concept (idempotent)"
method: POST
path: "/creative-metrics/registry/concept"
tags: ["Creative registry (creo-loop)"]
---

# Register a creo-loop hypothesis as a concept (idempotent)

`POST /creative-metrics/registry/concept`

## Headers

- `Authorization` string, required

## Request body

- RegisterConceptDto
  - `external_id` string, required
  - `name` string, required
  - `description` string
  - `status` 'active' | 'testing' | 'archived'
  - `author` string

## Response `200`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
