Credit Usage

Every valid request requires a minimum of 1 credit for processing. A credit is only deducted when the request is successfully parsed. A successful request is defined as one that returns a 200 HTTP status code. Furthermore, each successful response, along with the result data, includes information about the total credits, credits utilized, and credits remaining.

{...,
    "total_credits": 10,
    "credits_used": 2,
    "credits_remaining": 8
}

Last updated