Skip to main content
GET
/
v1
/
jobs
/
ai-content
/
estimate
Estimate AI Content Cost
curl --request GET \
  --url https://api.tryhamsa.com/v1/jobs/ai-content/estimate \
  --header 'Authorization: <api-key>'
{
  "error": true,
  "data": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

jobId
string
required

Transcription job ID.

Response

Cost estimate retrieved successfully.

error
boolean
data
number