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.
Documentation IndexFetch the complete documentation index at: https://docs.tryhamsa.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Was this page helpful?