Performance - 50k calls per day API call

Hi, we are using Python SDK to call Conversation details API and get JSON data to generate detail call report. We are expecting 50k calls per day.

Can you please confirm advise if conversation details API post query can handle this much volume in a single instance?

Is there any benchmark or baseline on conversation details API call volume capacity through Python SDK?

Thanks.

The performance much more a function of your application than the SDK. The SDK amounts to some helpers that make the API request and handle (de)serialization for you. How your app performs is entirely dependent on how it's written.

Sounds good. Thanks Tim.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.