Best Practices
We recommend this flow of requests:
- Query the API for cached entries for the features of the request.
- If the features are not found, upload files for processing.
- If the response is a 503 error, wait a few minutes before you try the request again. Web services can be temporarily overloaded or down for maintenance.
- Send a number of requests in one array, rather than each request separately.