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.
curl --request GET \
--url https://api.tryhamsa.com/v1/jobs/ai-content/estimate \
--header 'Authorization: <api-key>'{
"error": true,
"data": 123
}Was this page helpful?