Skip to main content
POST
/
v1
/
search-v2
/
credits
/
aggregation
Get Explorium credits aggregation
curl --request POST \
  --url https://api.nuvia.ai/v1/search-v2/credits/aggregation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": {
    "from_date": "<string>",
    "to_date": "<string>"
  }
}
'
{}

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Body

application/json
filters
object
required

Response

201 - application/json

The response is of type object.