---
title: "Get Pricing For User Endpoint"
method: POST
path: "/api/v1/pricing"
tags: ["Billing"]
---

# Get Pricing For User Endpoint

`POST /api/v1/pricing`

## Request body

- PricingRequestPayload
  - `voice_stt_id` string, uuid, nullable
  - `llm_model_id` string, uuid, nullable
  - `voice_tts_id` string, uuid, nullable

## Response `200`

Successful Response

- IPostResponseBasePricingPayload
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` PricingPayload
    - `transcriber_cost` number, nullable, required
    - `llm_cost` number, nullable, required
    - `voice_cost` number, nullable, required
    - `platform_cost` number, nullable, required
    - `total_cost` number, nullable, required
    - `currency` string, required
    - `currency_symbol` string, required

## Other responses

- `422` — Validation Error

---

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