GET
/
v1
/
projects
/
statistics
/
numbers
curl --request GET \
  --url https://api.tryhamsa.com/v1/projects/statistics/numbers \
  --header 'Authorization: <api-key>'
{
  "success": false,
  "message": "success",
  "data": {
    "tokens": {
      "value": 123,
      "unit": "<string>"
    },
    "transcription": {
      "value": 123,
      "unit": "<string>"
    },
    "price": {
      "value": 123,
      "unit": "<string>"
    },
    "requests": {
      "value": "<string>",
      "unit": "<string>"
    }
  }
}

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

startPeriod
string
required
endPeriod
string
required
projectId
string
required

Response

200
application/json
Successful response
success
boolean
default:false
message
string
default:success
data
object