cURL
curl --request GET \ --url https://api.tryhamsa.com/v1/jobs/ai-content/estimate \ --header 'Authorization: <api-key>'
{ "error": true, "data": 123 }
Returns the estimated cost for the specified AI content job.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Transcription job ID.
Cost estimate retrieved successfully.