Print Download PDF Send Feedback

Previous

Next

Best Practices

We recommend this flow of requests:

  1. Query the API for cached entries for the features of the request.
  2. If the features are not found, upload files for processing.
  3. 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.
  4. Send a number of requests in one array, rather than each request separately.