REST API

API location: https://api.streamdal.com

Batch's REST(ful) API can be used for managing all of the components within the platform.

  • All requests and responses are JSON

  • All requests require an Authorization header that contains an API key

  • All POST requests that require a body expect you to pass a valid JSON object

  • Rate limits:

    • Search requests are rate limited to 10 req/s

    • All other requests are rate limited to 100 req/s

    • The above rate limits are default protections - they can be modified per customer and use-case

Last updated