Skip to main content
Skip table of contents

How Much Data Can I Send in an API Request?

What is the best approach for sending data to the API?

  • For master data and metadata, user should send batches of 50, sequentially.

  • For readings, clients can send batches of 100.

What is the API timeout limit?

  • The API has a timeout limit of 30 seconds.

What is the maximum throughput achievable for Readings?

  • Sending 100 readings per batch and assuming 25 parallel calls, you can send up to 2500 readings within 30 seconds..

What happens if I exceed these limits?

  • Exceeding the recommended batch sizes or timeout limits may result in:

    • Slower processing.

    • Increased chances of timeouts or failed requests.

Recommendations for Optimal Use:

  1. Stick to the batch size recommendations for stability.

  2. Use parallel calls judiciously to avoid overwhelming the system.

  3. Monitor for any errors and adjust batch sizes or parallelism accordingly.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.