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