Have you ever wondered how your requests are billed on our platform? Specifically, does the HTTP status code of the response affect billing? In this post, we will clarify these questions.
Our criteria are simple:
- Successful Responses Only: We bill for responses with an HTTP status code 200 indicating successful receipt and processing. Requests resulting in 4xx and 5xx status codes are not billed.
- Error-Free Responses: The response must be free of API errors, ensuring the request was executed as intended without any issues.
- Non-Empty Data: The response must contain valid data. We do not bill for responses that return
null
.
By understanding these criteria, you can better optimize your API usage. This approach ensures you are billed fairly, paying only for successful and meaningful interactions with our platform.
Please reach out to support if there are any questions 🚀
Comments
0 comments
Article is closed for comments.