---
title: "Publish a quote_created event for the current user"
method: POST
path: "/v2/customer/quote-created-events"
---

# Publish a quote_created event for the current user

`POST /v2/customer/quote-created-events`

Enqueues a quote_created event onto the events queue

## Request body

- object
  - `quoteRequest` object, required
    - `publicId` string, required
    - `fullName` string, required
    - `businessEmail` string, required
    - `gpuModel` string, required
    - `gpuCount` number, required
    - `durationMonths` number, required
    - `storagePerNodeTb` number, nullable
    - `sharedNetworkStorageTb` number, nullable
    - `preferredRegion` string, nullable
    - `connectionType` string, required
    - `supportType` string, required
    - `primaryWorkloads` string[], required
    - `modelTypes` string[], nullable
    - `additionalNotes` string, nullable
    - `createdAt` string, required
  - `quotes` object[], required
    - `isPrimary` boolean, required
    - `region` string, required
    - `gpuCostUsd` string, required
    - `storagePerNodeCostUsd` string, nullable, required
    - `sharedNetworkStorageCostUsd` string, nullable, required
    - `connectionTypeCostUsd` string, required
    - `supportTypeCostUsd` string, required

## Response `200`

Successful response

- object
  - `success` true, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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