User Manual
Version 7.5
×

Working with API

Working with servers with multiple nodes.
Our infrastructure includes servers divided into several nodes (or "blades"), such as BLADE, KSA, AFRICA. These nodes allow us to efficiently distribute the load and process requests in parallel.
 
Why is it important to specify a node?
Every request to our API directed to a server with multiple nodes requires an explicit reference to the target node via the node parameter.
This ensures that your request is processed by the selected node without unnecessary delays or redirects.
 
How to specify a node?
When making a request to the API, add a node parameter with the node number as its value. https://example.com/api/your-request?apiKey=YOUR_API_KEY&node=number
 
Example request: