Interface ApiResponseCredits

interface ApiResponseCredits {
    consumed: null | number;
    remaining: null | number;
}

Properties

Properties

consumed: null | number

The number of credits consumed to produce this response.

remaining: null | number

The estimated number of credits remaining on the account associated with the API key that was used to make the request.