---
title: "Estimate AI Content Cost"
method: GET
path: "/v1/jobs/ai-content/estimate"
---

# Estimate AI Content Cost

`GET /v1/jobs/ai-content/estimate`

Returns the estimated cost for the specified AI content job.

## Query parameters

- `jobId` string, required — Transcription job ID.

## Response `200`

Cost estimate retrieved successfully.

- object
  - `error` boolean
  - `data` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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