---
title: "Crear Widgets"
method: POST
path: "/v1/widget/create"
tags: ["Widget"]
---

# Crear Widgets

`POST /v1/widget/create`

Crea widgets en Jelou y personaliza su configuración visual y de comportamiento.

## Request body

- CreateWidgetRequest
  - `bot` object, required
    - `id` string
  - `widget` object, required
    - `properties` object
    - `theme` object
  - `credentials` object
    - `blackList` string[]
    - `whiteList` string[]

## Response `200`

Widget created

- CreateWidgetResponse
  - `message` string[]
  - `statusMessage` string
  - `status` integer
  - `data` object
    - `Bot` object
    - `Widget` object
    - `ApiKey` object

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `500` — Internal server error

---

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