get https://api.neuronsinc.com/predict/v2/account/usage
FIlter parameters:
- start the start date in DD-MM-YYYY format(mandatory)
- end the end date in DD-MM-YYYY format(optional)
NOTE: If end date is not provided then the usage count is up to the current date
Example of a successful response
This endpoint returns a basic count of predicted media, which looks like below:
{
"image_count": 29,
"video_count": 7
}