---
title: "Creates a billing setting for a customer."
method: POST
path: "/billing/organization/{organizationId}/settings"
tags: ["Billing", "Settings"]
---

# Creates a billing setting for a customer.

`POST /billing/organization/{organizationId}/settings`

## Path parameters

- `organizationId` string, required

## Request body

- CreateCustomerBillingSettingEndpointInput — The billing setting input data.
  - `priority` integer, nullable — The priority of the setting. Defaults to the configured customer default if not specified.
  - `validFrom` string, date-time, nullable — The start of the validity window.
  - `validTo` string, date-time, nullable — The end of the validity window.
  - `costPerResponseFreeText` number, double, nullable — The cost per free text response.
  - `costPerResponseImage` number, double, nullable — The cost per image response.
  - `costPerResponseMediaPerSecond` number, double, nullable — The cost per second of media response.
  - `costPerResponseMediaMinimum` number, double, nullable — The minimum cost per media response.
  - `costPerResponseTextPer50Chars` number, double, nullable — The cost per 50 characters of text response.
  - `costPerResponseContextTextPer50Chars` number, double, nullable — The cost per 50 characters of context text.
  - `costPerResponseContextTextMinimum` number, double, nullable — The minimum cost per context text.
  - `costPerResponseContextImage` number, double, nullable — The cost per context image.
  - `costPerResponseContextVideoPerSecond` number, double, nullable — The cost per second of context video.
  - `costPerResponseContextVideoMinimum` number, double, nullable — The minimum cost per context video.
  - `discountRatio` number, double, nullable — The discount ratio (0-1, e.g. 0.10 = 10% off).

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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