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

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 <api-key>'

Query Parameters

jobId
string
required

Transcription job ID.

Response

200
application/json
Cost estimate retrieved successfully.
error
boolean
data
number