AurionAI Docs

Usage Summary

GET
/api/v1/usage/summary

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

start_date?|null
end_date?|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/usage/summary"
{
  "summary": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}